-
Notifications
You must be signed in to change notification settings - Fork 271
Feat(Storage)!: Add subpathStrategy in Storage Category #5192
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
base: main
Are you sure you want to change the base?
Conversation
| class S3ListResult extends StorageListResult<S3Item> { | ||
| /// {@macro storage.amplify_storage_s3.list_result} | ||
| S3ListResult( | ||
| super.excludedSubpaths, |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good callout, updated
bc5a62f to
478dd9e
Compare
e209754 to
3b0d0e0
Compare
3b0d0e0 to
924eea1
Compare
Equartey
left a comment
There was a problem hiding this 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.
packages/amplify_core/lib/src/category/amplify_storage_category.dart
Outdated
Show resolved
Hide resolved
packages/amplify_core/lib/src/category/amplify_storage_category.dart
Outdated
Show resolved
Hide resolved
packages/storage/amplify_storage_s3_dart/lib/src/model/s3_list_result.dart
Outdated
Show resolved
Hide resolved
...rage/amplify_storage_s3_dart/lib/src/storage_s3_service/service/storage_s3_service_impl.dart
Outdated
Show resolved
Hide resolved
packages/amplify_core/lib/src/category/amplify_storage_category.dart
Outdated
Show resolved
Hide resolved
packages/storage/amplify_storage_s3_dart/lib/src/model/s3_list_result.dart
Outdated
Show resolved
Hide resolved
packages/amplify_core/lib/src/category/amplify_storage_category.dart
Outdated
Show resolved
Hide resolved
Better naming conventions, docstrings, chaning methods to use defaults instead of nullability Co-authored-by: NikaHsn <[email protected]>
Co-authored-by: NikaHsn <[email protected]>
Merge with aws-amplify/docs#7811
Description of changes:
S3PluginOptionsdelimiterandexcludedSubpathssubpathStrategyBy submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.