Package: s3fs 0.1.7

s3fs: 'Amazon Web Service S3' File System

Access 'Amazon Web Service Simple Storage Service' ('S3') <https://aws.amazon.com/s3/> as if it were a file system. Interface based on the R package 'fs'.

Authors:Dyfan Jones [aut, cre]

s3fs_0.1.7.tar.gz
s3fs_0.1.7.zip(r-4.5)s3fs_0.1.7.zip(r-4.4)s3fs_0.1.7.zip(r-4.3)
s3fs_0.1.7.tgz(r-4.4-any)s3fs_0.1.7.tgz(r-4.3-any)
s3fs_0.1.7.tar.gz(r-4.5-noble)s3fs_0.1.7.tar.gz(r-4.4-noble)
s3fs_0.1.7.tgz(r-4.4-emscripten)s3fs_0.1.7.tgz(r-4.3-emscripten)
s3fs.pdf |s3fs.html
s3fs/json (API)
NEWS

# Install 's3fs' in R:
install.packages('s3fs', repos = c('https://dyfanjones.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/dyfanjones/s3fs/issues

On CRAN:

awsaws-s3fsminio

58 exports 36 stars 2.84 score 25 dependencies 296 downloads

Last updated 14 hours agofrom:a6a78c91b9

Exports:fs_bytess3_bucket_chmods3_bucket_creates3_bucket_deletes3_dir_copys3_dir_copy_asyncs3_dir_creates3_dir_deletes3_dir_delete_asyncs3_dir_downloads3_dir_download_asyncs3_dir_existss3_dir_infos3_dir_lss3_dir_ls_urls3_dir_trees3_dir_uploads3_dir_upload_asyncs3_file_chmods3_file_copys3_file_copy_asyncs3_file_creates3_file_deletes3_file_delete_asyncs3_file_downloads3_file_download_asyncs3_file_existss3_file_infos3_file_moves3_file_move_asyncs3_file_sizes3_file_stream_ins3_file_stream_in_asyncs3_file_stream_outs3_file_stream_out_asyncs3_file_systems3_file_tag_deletes3_file_tag_infos3_file_tag_updates3_file_temps3_file_touchs3_file_uploads3_file_upload_asyncs3_file_urls3_file_version_infos3_is_buckets3_is_dirs3_is_files3_is_file_emptys3_paths3_path_dirs3_path_exts3_path_ext_removes3_path_ext_sets3_path_files3_path_joins3_path_splitS3FileSystem

Dependencies:askpassbase64encclicodetoolscurldata.tabledigestfsfuturefuture.applyglobalshttrjsonlitelgrlistenvmimeopensslparallellypaws.commonpaws.storageR6Rcpprlangsysxml2

Readme and manuals

Help Manual

Help pageTopics
s3fs: 'Amazon Web Service S3' File Systems3fs-package s3fs
Copy files and directoriescopy s3_dir_copy s3_file_copy
Copy files and directoriescopy_async s3_dir_copy_async s3_file_copy_async
Create files and directoriescreate s3_bucket_create s3_dir_create s3_file_create
Delete files and directoriesdelete s3_dir_delete s3_file_delete
Delete files and directoriesdelete_async s3_dir_delete_async s3_file_delete_async
Download files and directoriesdownload s3_dir_download s3_file_download
Download files and directoriesdownload_async s3_dir_download_async s3_file_download_async
Download files and directoriesexists s3_dir_exists s3_file_exists
Functions to test for file typesfile_type s3_is_bucket s3_is_dir s3_is_file s3_is_file_empty
Get files and directories informationinfo s3_dir_info s3_dir_ls s3_file_info s3_file_size
Construct path for file or directorypath s3_path
Manipulate s3 uri pathspath_manipulate s3_path_dir s3_path_ext s3_path_ext_remove s3_path_ext_set s3_path_file
Change file permissionspermission s3_bucket_chmod s3_file_chmod
Delete buckets3_bucket_delete
Generate presigned url to list S3 directoriess3_dir_ls_url
Print contents of directories in a tree-like formats3_dir_tree
Move or rename S3 filess3_file_move
Move or rename S3 filess3_file_move_async
Access AWS S3 as if it were a file system.s3_file_system
Create name for temporary filess3_file_temp
Generate presigned url for S3 objects3_file_url
Query file version metadatas3_file_version_info
Construct AWS S3 paths3_path_join
Split s3 path and uris3_path_split
Access AWS S3 as if it were a file system.S3FileSystem
Streams data from R to AWS S3.s3_file_stream_in s3_file_stream_out stream
Streams data from R to AWS S3.s3_file_stream_in_async s3_file_stream_out_async stream_async
Modifying file tagss3_file_tag_delete s3_file_tag_info s3_file_tag_update tag
Change file modification times3_file_touch touch
Upload file and directorys3_dir_upload s3_file_upload upload
Upload file and directorys3_dir_upload_async s3_file_upload_async upload_async