All functions

S3FileSystem

Access AWS S3 as if it were a file system.

s3_file_copy() s3_dir_copy()

Copy files and directories

s3_file_copy_async() s3_dir_copy_async()

Copy files and directories

s3_file_create() s3_bucket_create() s3_dir_create()

Create files and directories

s3_file_delete() s3_dir_delete()

Delete files and directories

s3_file_delete_async() s3_dir_delete_async()

Delete files and directories

s3_file_download() s3_dir_download()

Download files and directories

s3_file_download_async() s3_dir_download_async()

Download files and directories

s3_file_exists() s3_dir_exists()

Download files and directories

s3_is_file() s3_is_dir() s3_is_bucket() s3_is_file_empty()

Functions to test for file types

s3_file_info() s3_file_size() s3_dir_info() s3_dir_ls()

Get files and directories information

s3_path()

Construct path for file or directory

s3_path_dir() s3_path_file() s3_path_ext() s3_path_ext_remove() s3_path_ext_set()

Manipulate s3 uri paths

s3_file_chmod() s3_bucket_chmod()

Change file permissions

s3_bucket_delete()

Delete bucket

s3_dir_ls_url()

Generate presigned url to list S3 directories

s3_dir_tree()

Print contents of directories in a tree-like format

s3_file_move()

Move or rename S3 files

s3_file_move_async()

Move or rename S3 files

s3_file_system()

Access AWS S3 as if it were a file system.

s3_file_temp()

Create name for temporary files

s3_file_url()

Generate presigned url for S3 object

s3_file_version_info()

Query file version metadata

s3_path_join()

Construct AWS S3 path

s3_path_split()

Split s3 path and uri

s3fs s3fs-package

s3fs: 'Amazon Web Service S3' File System

s3_file_stream_in() s3_file_stream_out()

Streams data from R to AWS S3.

s3_file_stream_in_async() s3_file_stream_out_async()

Streams data from R to AWS S3.

s3_file_tag_delete() s3_file_tag_info() s3_file_tag_update()

Modifying file tags

s3_file_touch()

Change file modification time

s3_file_upload() s3_dir_upload()

Upload file and directory

s3_file_upload_async() s3_dir_upload_async()

Upload file and directory