AWS Amplify JS API
AWS Amplify JS Dev Center
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Storage
Provider
With
Copy
cancel
configure
copy
get
get
Category
get
Properties
get
Provider
Name
list
put
remove
Hierarchy
StorageProvider
StorageProviderWithCopy
Index
Methods
cancel
configure
copy
get
get
Category
get
Properties
get
Provider
Name
list
put
remove
Methods
Optional
cancel
cancel
(
request
:
Promise
<
any
>
)
:
void
Parameters
request:
Promise
<
any
>
Returns
void
configure
configure
(
config
:
object
)
:
object
Parameters
config:
object
Returns
object
copy
copy
(
src
:
StorageCopySource
, dest
:
StorageCopyDestination
, config
?:
any
, userAgentValue
?:
string
)
:
Promise
<
any
>
Parameters
src:
StorageCopySource
dest:
StorageCopyDestination
Optional
config:
any
Optional
userAgentValue:
string
Returns
Promise
<
any
>
get
get
(
key
:
string
, options
?:
any
, userAgentValue
?:
string
)
:
Promise
<
string
|
Object
>
Parameters
key:
string
Optional
options:
any
Optional
userAgentValue:
string
Returns
Promise
<
string
|
Object
>
get
Category
get
Category
(
)
:
string
Returns
string
Optional
get
Properties
get
Properties
(
key
:
string
, options
?:
any
, userAgentValue
?:
string
)
:
Promise
<
Object
>
Parameters
key:
string
Optional
options:
any
Optional
userAgentValue:
string
Returns
Promise
<
Object
>
get
Provider
Name
get
Provider
Name
(
)
:
string
Returns
string
list
list
(
path
:
any
, options
?:
any
, userAgentValue
?:
string
)
:
Promise
<
any
>
Parameters
path:
any
Optional
options:
any
Optional
userAgentValue:
string
Returns
Promise
<
any
>
put
put
(
key
:
string
, object
:
any
, options
?:
any
, userAgentValue
?:
string
)
:
Promise
<
Object
>
|
UploadTask
Parameters
key:
string
object:
any
Optional
options:
any
Optional
userAgentValue:
string
Returns
Promise
<
Object
>
|
UploadTask
remove
remove
(
key
:
string
, options
?:
any
, userAgentValue
?:
string
)
:
Promise
<
any
>
Parameters
key:
string
Optional
options:
any
Optional
userAgentValue:
string
Returns
Promise
<
any
>