Skip to content

metafix #738

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 8, 2024
Merged

metafix #738

merged 2 commits into from
Nov 8, 2024

Conversation

tripodsan
Copy link
Contributor

fixes: #737

@@ -53,15 +53,14 @@ export class FileS3Loader {
if (!dir) {
throw Error(`unknown bucketId: ${bucketId}`);
}
// eslint-disable-next-line no-console
let fileName = key.split('/').pop();
let fileName = key.split('/').slice(2).join('/');
Copy link
Contributor Author

Choose a reason for hiding this comment

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

structured test content to include folders

@tripodsan tripodsan requested a review from buuhuu November 7, 2024 15:24
Copy link

codecov bot commented Nov 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (69dc34f) to head (6876c7a).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #738   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           45        45           
  Lines         3609      3612    +3     
=========================================
+ Hits          3609      3612    +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ekremney
Copy link
Member

ekremney commented Nov 7, 2024

@tripodsan please do not merge this PR at least until Monday as we are still validating a few points

@tripodsan tripodsan merged commit 340b291 into main Nov 8, 2024
7 checks passed
@tripodsan tripodsan deleted the metafix branch November 8, 2024 09:45
@tripodsan
Copy link
Contributor Author

@tripodsan please do not merge this PR at least until Monday as we are still validating a few points

this is only on helix5.... so you can test there.

Copy link

github-actions bot commented Nov 8, 2024

🎉 This PR is included in version 6.15.7 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

last-modified date of a foldermapped metadata.json should reflect in the last-modified date of the response
3 participants