if (FALSE) {
# The following example generates a presigned URL that you
# can give to others so that they can retrieve an object from an S3 bucket.
svc$generate_signed_url(
client_method = "get_object",
Params = list(Bucket = "BUCKET_NAME", Key = "OBJECT_KEY"),
ExpiresIn = 3600
)
}
Run the code above in your browser using DataLab