File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
amplify_core/lib/src/types/storage
storage/amplify_storage_s3_dart/lib/src Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,9 @@ class StorageListOptions
27
27
28
28
/// {@macro amplify_core.storage.list_plugin_options}
29
29
final StorageListPluginOptions ? pluginOptions;
30
+
31
+ /// an optional bucket to specify which bucket to return the list for
32
+ final StorageBucket ? bucket;
30
33
31
34
/// an optional bucket to specify which bucket to return the list for
32
35
final StorageBucket ? bucket;
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ class AmplifyStorageS3Dart extends StoragePluginInterface
124
124
});
125
125
}
126
126
127
- @override
127
+ @override
128
128
S3ListOperation list ({
129
129
required StoragePath path,
130
130
StorageListOptions ? options,
@@ -152,6 +152,7 @@ class AmplifyStorageS3Dart extends StoragePluginInterface
152
152
);
153
153
}
154
154
155
+
155
156
@override
156
157
S3GetPropertiesOperation getProperties ({
157
158
required StoragePath path,
You can’t perform that action at this time.
0 commit comments