AmplifyStorageS3 class abstract
The AWS S3 implementation of the Amplify Storage category.
- Implementers
Constructors
- AmplifyStorageS3.new({StorageS3PrefixResolver? prefixResolver})
-
The AWS S3 implementation of the Amplify Storage category.
factory
- AmplifyStorageS3.protected()
- Protected constructor for subclasses.
Properties
- category → Category
-
The category implemented by this plugin.
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addPlugin(
) → Future< void> -
Called when the plugin is added to the category.
inherited
-
cast<
P extends AmplifyPluginInterface> () → P -
Casts a plugin to a category-specific implementation.
inherited
-
configure(
{AmplifyConfig? config}) → Future< void> -
Configures the plugin using the registered
config
.inherited -
downloadFile(
{required DownloadFileRequest request, void onProgress(TransferProgress)?}) → Future< DownloadFileResult> -
inherited
-
getUrl(
{required GetUrlRequest request}) → Future< GetUrlResult> -
inherited
-
list(
{required ListRequest request}) → Future< ListResult> -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
remove(
{required RemoveRequest request}) → Future< RemoveResult> -
inherited
-
reset(
) → Future< void> -
Resets the plugin by removing all traces of it from the device.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
uploadFile(
{required UploadFileRequest request, void onProgress(TransferProgress)?}) → Future< UploadFileResult> -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited