S3 Generate Presigned URL
Examples
if (FALSE) { # \dontrun{
client <- paws.storage::s3(paws.storage::config(signature_version = "s3v4"))
s3path <- "s3://bucket1/path/to/file.tsv"
s3_file_presignedurl(client, s3path)
} # }
S3 Generate Presigned URL
if (FALSE) { # \dontrun{
client <- paws.storage::s3(paws.storage::config(signature_version = "s3v4"))
s3path <- "s3://bucket1/path/to/file.tsv"
s3_file_presignedurl(client, s3path)
} # }