@valon-technologies/gestalt
Preparing search index...
services/s3
CopyObjectRequest
Interface CopyObjectRequest
CopyObjectRequest copies one object to another location.
interface
CopyObjectRequest
{
source
?:
S3ObjectRef
;
destination
?:
S3ObjectRef
;
ifMatch
:
string
;
ifNoneMatch
:
string
;
}
Index
Properties
source?
destination?
if
Match
if
None
Match
Properties
Optional
source
source
?:
S3ObjectRef
Optional
destination
destination
?:
S3ObjectRef
if
Match
ifMatch
:
string
if
None
Match
ifNoneMatch
:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
source
destination
if
Match
if
None
Match
@valon-technologies/gestalt
Loading...
CopyObjectRequest copies one object to another location.