We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5223754 commit ed3fbd2Copy full SHA for ed3fbd2
packages/amplify_core/lib/src/types/storage/list_options.dart
@@ -1,9 +1,6 @@
1
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
// SPDX-License-Identifier: Apache-2.0
3
4
-// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
5
-// SPDX-License-Identifier: Apache-2.0
6
-
7
import 'package:amplify_core/amplify_core.dart';
8
9
/// {@template amplify_core.storage.list_options}
@@ -30,7 +27,7 @@ class StorageListOptions
30
27
31
28
/// {@macro amplify_core.storage.list_plugin_options}
32
29
final StorageListPluginOptions? pluginOptions;
33
+
34
/// an optional bucket to specify which bucket to return the list for
35
final StorageBucket? bucket;
36
0 commit comments