Change file permissions
(character): A character vector of path or s3 uri.
(character): A character of the mode
character vector of s3 uri paths
if (FALSE) {
# Require AWS S3 credentials
temp_file = s3_file_temp(tmp_dir = "MyBucket")
s3_file_create(temp_file)
# Reset connection to connect to a different region
s3_file_chmod(
profile_name = "s3fs_example",
region_name = "us-east-1",
refresh = TRUE
)
}