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:
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')) |
Bug tracker:https://github.com/dyfanjones/s3fs/issues
Last updated 3 months agofrom:069a8a0f33. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 28 2024 |
R-4.5-win | OK | Oct 28 2024 |
R-4.5-linux | OK | Oct 28 2024 |
R-4.4-win | OK | Oct 28 2024 |
R-4.4-mac | OK | Oct 28 2024 |
R-4.3-win | OK | Oct 28 2024 |
R-4.3-mac | OK | Oct 28 2024 |
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 page | Topics |
---|---|
s3fs: 'Amazon Web Service S3' File System | s3fs-package s3fs |
Copy files and directories | copy s3_dir_copy s3_file_copy |
Copy files and directories | copy_async s3_dir_copy_async s3_file_copy_async |
Create files and directories | create s3_bucket_create s3_dir_create s3_file_create |
Delete files and directories | delete s3_dir_delete s3_file_delete |
Delete files and directories | delete_async s3_dir_delete_async s3_file_delete_async |
Download files and directories | download s3_dir_download s3_file_download |
Download files and directories | download_async s3_dir_download_async s3_file_download_async |
Download files and directories | exists s3_dir_exists s3_file_exists |
Functions to test for file types | file_type s3_is_bucket s3_is_dir s3_is_file s3_is_file_empty |
Get files and directories information | info s3_dir_info s3_dir_ls s3_file_info s3_file_size |
Construct path for file or directory | path s3_path |
Manipulate s3 uri paths | path_manipulate s3_path_dir s3_path_ext s3_path_ext_remove s3_path_ext_set s3_path_file |
Change file permissions | permission s3_bucket_chmod s3_file_chmod |
Delete bucket | s3_bucket_delete |
Generate presigned url to list S3 directories | s3_dir_ls_url |
Print contents of directories in a tree-like format | s3_dir_tree |
Move or rename S3 files | s3_file_move |
Move or rename S3 files | s3_file_move_async |
Access AWS S3 as if it were a file system. | s3_file_system |
Create name for temporary files | s3_file_temp |
Generate presigned url for S3 object | s3_file_url |
Query file version metadata | s3_file_version_info |
Construct AWS S3 path | s3_path_join |
Split s3 path and uri | s3_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 tags | s3_file_tag_delete s3_file_tag_info s3_file_tag_update tag |
Change file modification time | s3_file_touch touch |
Upload file and directory | s3_dir_upload s3_file_upload upload |
Upload file and directory | s3_dir_upload_async s3_file_upload_async upload_async |