s3_copy {botor} | R Documentation |
Copy an object from one S3 location to another
Description
Copy an object from one S3 location to another
Usage
s3_copy(uri_source, uri_target)
Arguments
uri_source |
string, location of the source file |
uri_target |
string, location of the target file |
Value
invisibly uri_target
References
https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/s3.html#S3.Object.copy
[Package botor version 0.4.0 Index]