Skip to content

[#9] listFiles now works for subdirectories#17

Draft
pgritsch wants to merge 1 commit intomainfrom
9-storageprovider-listfiles-should-work-for-subdirectories
Draft

[#9] listFiles now works for subdirectories#17
pgritsch wants to merge 1 commit intomainfrom
9-storageprovider-listfiles-should-work-for-subdirectories

Conversation

@pgritsch
Copy link
Copy Markdown
Member

additionally, this commit introduces refactorings to the storage subsystem and introduces differences between filenames and paths which were handled differently before. a method was deprecated by introducing these changes

additionally, this commit introduces refactorings to the storage subsystem and introduces differences between filenames and paths which were handled differently before. a method was deprecated by introducing these changes
@pgritsch pgritsch requested a review from sashkoristov January 10, 2024 09:03
@pgritsch pgritsch self-assigned this Jan 10, 2024
@pgritsch pgritsch linked an issue Jan 10, 2024 that may be closed by this pull request
@pgritsch pgritsch marked this pull request as draft January 10, 2024 09:06
String region = m.group(3);
if (region == null || region.isEmpty() || region.isBlank()) {
return null;
return AWS_DEFAULT_REGION_WITHOUT_NAME_IN_URL;
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

this is still wrong, i found EU URLs without region specifier

@pgritsch pgritsch force-pushed the main branch 2 times, most recently from f42f502 to 4b47f2b Compare August 29, 2024 08:39
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.

StorageProvider listFiles should work for subdirectories

1 participant