S3_copy_object: Copy an object from one bucket to another.

Description Usage Arguments Details Value

Description

Copy an object from one bucket to another.

Usage

1
2
S3_copy_object(sourceBucketName, sourceKey, destinationBucketName,
  destinationKey)

Arguments

sourceBucketName

The name of the bucket the file is in originally.

sourceKey

The location the file is including folder as well as the file name.

destinationBucketName

The name of the bucket you want the file copied to.

destinationKey

The location you want the file copied too.

Details

This function copies a file from one bucket to another bucket and can place it within a new folder.

Value

Returns 1 if successful


Gastrograph/RS3 documentation built on May 6, 2019, 5:33 p.m.