Skip to content

Deprecated: feat(storage): add delimiter support to list API #5110

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

Closed
wants to merge 4 commits into from

Conversation

hahnandrew
Copy link
Contributor

@hahnandrew hahnandrew commented Jul 3, 2024

Deprecated, see new pr

Description of changes:

This change will enable delimiter support by passing a Delimiter option in the underlying ListObjectsV2 API.

Main changes to list API as specified:
- add SubpathStrategy class
- add SubpathStrategy to StorageListOptions as member
- add @Deprecated decorators to S3ListPluginOptions.excludeSubPaths, S3ListPluginOptions.delimiter, and S3ListMetadata.subPaths
- add excludedSubpaths: List<String> to StorageListResult
- add unit and integration tests

This is a parent PR. see implementation and unit & integration tests hotlinked splits

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@hahnandrew hahnandrew self-assigned this Jul 3, 2024
@hahnandrew hahnandrew changed the title feat(storage): add delimiter support to list API Deprecated: feat(storage): add delimiter support to list API Jul 24, 2024
@hahnandrew hahnandrew closed this Jul 24, 2024
@hahnandrew hahnandrew deleted the feat/delimiter branch August 2, 2024 20:01
@hahnandrew hahnandrew restored the feat/delimiter branch August 14, 2024 19:30
@hahnandrew hahnandrew deleted the feat/delimiter branch August 14, 2024 19:30
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.

1 participant