s3_copy: Copy an object from one S3 location to another

View source: R/s3.R

s3_copyR 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


botor documentation built on March 31, 2023, 9:53 p.m.