Skip to content
This repository was archived by the owner on Feb 21, 2025. It is now read-only.
This repository was archived by the owner on Feb 21, 2025. It is now read-only.

Unwanted trailing slash added to basePath (addTrailingS3Sep should be optional ?) #16

@ftrudeau

Description

@ftrudeau

Current usage

basePath set to commit hash, which is intended to be the base directory in S3.
Ex: Set basePath to de40ad249, so that every assets are uploaded into that directory

Current behavior

basePath: de40ad249
Resulting basePath: de40ad249/
Resulting Key: de40ad249//assets/scripts/vendor.js

Note the additional trailing slash automatically appended by the tool, which is effectively creating an empty directory in S3.

Desired behavior

basePath: de40ad249
Resulting basePath: de40ad249
Resulting Key: de40ad249/assets/scripts/vendor.js

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions