Skip to content

Conversation

hyunnaye
Copy link
Contributor

@hyunnaye hyunnaye commented May 2, 2024

Description
The folder names were messed up in the new s3 github delivery bucket because of the linter formatting.

Before:
image

After:
image

Issue
https://ucsc-cgl.atlassian.net/browse/SEAB-6405

Security
If there are any concerns that require extra attention from the security team, highlight them here.

Please make sure that you've checked the following before submitting your pull request. Thanks!

  • Ensure that the PR targets the correct branch. Check the milestone or fix version of the ticket.

Copy link
Member

@denis-yuen denis-yuen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see comment

-${uploadDate.getDate()}/${deliveryId}`; //formats path to YYYY-MM-DD/deliveryid
const bucketPath =
`${uploadDate.getFullYear()}` +
`-${uploadDate.getMonth() + 1}` +

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be nice if the length were always the same, e.g., 2024-05-02 instead of 2024-5-2. It was like this, but I only noticed it now.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Screenshot updated :)

@hyunnaye hyunnaye requested review from coverbeck and denis-yuen May 2, 2024 21:09
@hyunnaye hyunnaye merged commit dadb30e into develop May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants