Skip to content
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

Feat(Storage)!: Add subpathStrategy in Storage Category #5192

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

hahnandrew
Copy link
Contributor

@hahnandrew hahnandrew commented Jul 22, 2024

Merge with aws-amplify/docs#7811

Description of changes:

  • Remove S3PluginOptions delimiter and excludedSubpaths
  • Add subpathStrategy

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 requested a review from a team as a code owner July 22, 2024 17:42
@hahnandrew hahnandrew self-assigned this Jul 22, 2024
@hahnandrew hahnandrew marked this pull request as draft July 22, 2024 17:44
@hahnandrew hahnandrew marked this pull request as ready for review July 22, 2024 17:44
@hahnandrew hahnandrew marked this pull request as draft July 22, 2024 18:46
@hahnandrew hahnandrew marked this pull request as ready for review July 22, 2024 18:47
@hahnandrew hahnandrew changed the title feat: S3storage delimiter category feat: S3Storage Delimiter Category Jul 23, 2024
@hahnandrew hahnandrew added storage Issues related to the Storage Category feature-parity A request for a feature that is fully or partially available on another platform (JS, iOS, Android) dart Pull requests that update Dart code pr:squash PR should be submitted with a sqaush commit and removed dart Pull requests that update Dart code labels Jul 24, 2024
@hahnandrew hahnandrew changed the title feat: S3Storage Delimiter Category Feat(Storage): S3Storage Delimiter Category, Deprecate S3PluginOptions.Delimiter & S3PluginOptions.excludedSubpaths Jul 24, 2024
@hahnandrew hahnandrew changed the title Feat(Storage): S3Storage Delimiter Category, Deprecate S3PluginOptions.Delimiter & S3PluginOptions.excludedSubpaths Feat(Storage): S3Storage Delimiter Category, Remove S3PluginOptions.Delimiter & S3PluginOptions.excludedSubpaths Jul 24, 2024
@hahnandrew hahnandrew changed the title Feat(Storage): S3Storage Delimiter Category, Remove S3PluginOptions.Delimiter & S3PluginOptions.excludedSubpaths feat(storage): S3Storage Delimiter Category, Remove S3PluginOptions.Delimiter & S3PluginOptions.excludedSubpaths Jul 24, 2024
@hahnandrew hahnandrew changed the title feat(storage): S3Storage Delimiter Category, Remove S3PluginOptions.Delimiter & S3PluginOptions.excludedSubpaths feat(storage): add S3Storage Delimiter Category, remove S3PluginOptions.Delimiter & S3PluginOptions.excludedSubpaths Jul 24, 2024
@hahnandrew hahnandrew changed the title feat(storage): add S3Storage Delimiter Category, remove S3PluginOptions.Delimiter & S3PluginOptions.excludedSubpaths feat(storage): add S3Storage Delimiter Category, remove S3PluginOptions Delimiter & excludedSubpaths Jul 24, 2024
@hahnandrew hahnandrew changed the title feat(storage): add S3Storage Delimiter Category, remove S3PluginOptions Delimiter & excludedSubpaths feat(storage): add subpathStrategy in Storage Category, remove S3PluginOptions Delimiter & excludedSubpaths Jul 24, 2024
@hahnandrew hahnandrew changed the title feat(storage): add subpathStrategy in Storage Category, remove S3PluginOptions Delimiter & excludedSubpaths feat(storage): add subpathStrategy in Storage Category Jul 24, 2024
@hahnandrew hahnandrew changed the title feat(storage): add subpathStrategy in Storage Category feat(storage)!: add subpathStrategy in Storage Category Jul 24, 2024
@hahnandrew hahnandrew changed the title feat(storage)!: add subpathStrategy in Storage Category Feat(Storage)!: Add subpathStrategy in Storage Category Jul 29, 2024
@@ -13,6 +13,7 @@ import 'package:smithy/smithy.dart';
class S3ListResult extends StorageListResult<S3Item> {
/// {@macro storage.amplify_storage_s3.list_result}
S3ListResult(
super.excludedSubpaths,
Copy link
Contributor

Choose a reason for hiding this comment

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

Q: wondering if this should be a named parameter, has this been discussed?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

good callout, updated

@hahnandrew hahnandrew force-pushed the feat/delimiter-category branch 3 times, most recently from bc5a62f to 478dd9e Compare August 6, 2024 19:24
@hahnandrew hahnandrew force-pushed the feat/delimiter-category branch 5 times, most recently from e209754 to 3b0d0e0 Compare August 12, 2024 17:10
@hahnandrew hahnandrew force-pushed the feat/delimiter-category branch from 3b0d0e0 to 924eea1 Compare August 12, 2024 20:13
@hahnandrew hahnandrew requested a review from Equartey August 13, 2024 19:53
Copy link
Contributor

@Equartey Equartey left a comment

Choose a reason for hiding this comment

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

Good work! Changes look good to me. Holding approval until we're ready to merge.

@hahnandrew hahnandrew requested review from NikaHsn and Equartey August 14, 2024 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-parity A request for a feature that is fully or partially available on another platform (JS, iOS, Android) pr:squash PR should be submitted with a sqaush commit storage Issues related to the Storage Category
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants