{
  "_id": "6a2cfd0e3efcd9bda42e7576",
  "Package": "s3fs",
  "Type": "Package",
  "Title": "'Amazon Web Service S3' File System",
  "Version": "0.1.7",
  "Authors@R": "c(person(\"Dyfan\", \"Jones\", email=\"dyfan.r.jones@gmail.com\", role= c(\"aut\", \"cre\")))",
  "Description": "Access 'Amazon Web Service Simple Storage Service' ('S3')\n<https://aws.amazon.com/s3/> as if it were a file system.\nInterface based on the R package 'fs'.",
  "License": "MIT + file LICENSE",
  "URL": "https://github.com/DyfanJones/s3fs,\nhttps://dyfanjones.github.io/s3fs/",
  "BugReports": "https://github.com/DyfanJones/s3fs/issues",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.2",
  "Roxygen": "list(markdown = TRUE)",
  "Collate": "'zzz.R' 'utils.R' 's3filesystem_class.R' 'file_system.R'\n'file_system_async.R' 'reexport_fs.R'",
  "Config/testthat/edition": "3",
  "Config/pak/sysreqs": "cmake make libuv1-dev libxml2-dev libssl-dev",
  "Repository": "https://dyfanjones.r-universe.dev",
  "Date/Publication": "2025-04-01 16:03:03 UTC",
  "RemoteUrl": "https://github.com/DyfanJones/s3fs",
  "RemoteRef": "HEAD",
  "RemoteSha": "e8a31ee0225de043b2cae742a88f22810e15be7d",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-13 06:44:16 UTC",
    "User": "root"
  },
  "Author": "Dyfan Jones [aut, cre]",
  "Maintainer": "Dyfan Jones <dyfan.r.jones@gmail.com>",
  "MD5sum": "fed3f9f7b43077389cb729100ef0860b",
  "_user": "dyfanjones",
  "_type": "src",
  "_file": "s3fs_0.1.7.tar.gz",
  "_fileid": "7614f68273aec5ff261bcbcaca591650fe1032ea203501fbe0ef8d208b75ada6",
  "_filesize": 215842,
  "_sha256": "7614f68273aec5ff261bcbcaca591650fe1032ea203501fbe0ef8d208b75ada6",
  "_created": "2026-06-13T06:44:16.000Z",
  "_published": "2026-06-13T06:47:42.611Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 81170178303,
      "time": 124,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7608301179"
    },
    {
      "job": 81170178307,
      "time": 128,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7608301667"
    },
    {
      "job": 81170178295,
      "time": 109,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7608306807"
    },
    {
      "job": 81170178292,
      "time": 117,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7608300337"
    },
    {
      "job": 81170003188,
      "time": 178,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7608284994"
    },
    {
      "job": 81170178289,
      "time": 110,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7608299418"
    },
    {
      "job": 81170178291,
      "time": 103,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7608298857"
    },
    {
      "job": 81170178306,
      "time": 84,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7608295899"
    },
    {
      "job": 81170178294,
      "time": 96,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7608298085"
    }
  ],
  "_buildurl": "https://github.com/r-universe/dyfanjones/actions/runs/27459356214",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/DyfanJones/s3fs",
  "_commit": {
    "id": "e8a31ee0225de043b2cae742a88f22810e15be7d",
    "author": "Larefly <dyfanjones@hotmail.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #54 from DyfanJones/pkg_down\n\nadd pkgdown github actions",
    "time": 1743523383
  },
  "_maintainer": {
    "name": "Dyfan Jones",
    "email": "dyfan.r.jones@gmail.com",
    "login": "dyfanjones",
    "description": "",
    "uuid": 23235152
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.6.0",
      "role": "Depends"
    },
    {
      "package": "curl",
      "role": "Imports"
    },
    {
      "package": "R6",
      "role": "Imports"
    },
    {
      "package": "data.table",
      "role": "Imports"
    },
    {
      "package": "fs",
      "role": "Imports"
    },
    {
      "package": "future",
      "role": "Imports"
    },
    {
      "package": "future.apply",
      "role": "Imports"
    },
    {
      "package": "lgr",
      "role": "Imports"
    },
    {
      "package": "paws.storage",
      "version": ">= 0.2.0",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.1.4",
      "role": "Suggests"
    }
  ],
  "_owner": "dyfanjones",
  "_selfowned": true,
  "_usedby": 1,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "aws",
    "aws-s3",
    "fs",
    "minio"
  ],
  "_stars": 46,
  "_contributors": [
    {
      "user": "dyfanjones",
      "count": 126,
      "uuid": 23235152
    },
    {
      "user": "salim-b",
      "count": 2,
      "uuid": 20040931
    },
    {
      "user": "sckott",
      "count": 2,
      "uuid": 577668
    }
  ],
  "_userbio": {
    "uuid": 23235152,
    "type": "user",
    "name": "Larefly"
  },
  "_downloads": {
    "count": 1184,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/s3fs"
  },
  "_devurl": "https://github.com/dyfanjones/s3fs",
  "_pkgdown": "https://dyfanjones.github.io/s3fs/",
  "_searchresults": 17,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "extra/s3fs.html",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/dyfanjones/s3fs",
  "_realowner": "dyfanjones",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.2",
      "date": "2023-02-14"
    },
    {
      "version": "0.1.3",
      "date": "2023-03-02"
    },
    {
      "version": "0.1.4",
      "date": "2023-10-23"
    },
    {
      "version": "0.1.5",
      "date": "2024-03-15"
    },
    {
      "version": "0.1.6",
      "date": "2024-07-25"
    },
    {
      "version": "0.1.7",
      "date": "2024-08-29"
    }
  ],
  "_exports": [
    "fs_bytes",
    "s3_bucket_chmod",
    "s3_bucket_create",
    "s3_bucket_delete",
    "s3_dir_copy",
    "s3_dir_copy_async",
    "s3_dir_create",
    "s3_dir_delete",
    "s3_dir_delete_async",
    "s3_dir_download",
    "s3_dir_download_async",
    "s3_dir_exists",
    "s3_dir_info",
    "s3_dir_ls",
    "s3_dir_ls_url",
    "s3_dir_tree",
    "s3_dir_upload",
    "s3_dir_upload_async",
    "s3_file_chmod",
    "s3_file_copy",
    "s3_file_copy_async",
    "s3_file_create",
    "s3_file_delete",
    "s3_file_delete_async",
    "s3_file_download",
    "s3_file_download_async",
    "s3_file_exists",
    "s3_file_info",
    "s3_file_move",
    "s3_file_move_async",
    "s3_file_size",
    "s3_file_stream_in",
    "s3_file_stream_in_async",
    "s3_file_stream_out",
    "s3_file_stream_out_async",
    "s3_file_system",
    "s3_file_tag_delete",
    "s3_file_tag_info",
    "s3_file_tag_update",
    "s3_file_temp",
    "s3_file_touch",
    "s3_file_upload",
    "s3_file_upload_async",
    "s3_file_url",
    "s3_file_version_info",
    "s3_is_bucket",
    "s3_is_dir",
    "s3_is_file",
    "s3_is_file_empty",
    "s3_path",
    "s3_path_dir",
    "s3_path_ext",
    "s3_path_ext_remove",
    "s3_path_ext_set",
    "s3_path_file",
    "s3_path_join",
    "s3_path_split",
    "S3FileSystem"
  ],
  "_help": [
    {
      "page": "s3fs-package",
      "title": "s3fs: 'Amazon Web Service S3' File System",
      "topics": [
        "s3fs-package",
        "s3fs"
      ]
    },
    {
      "page": "copy",
      "title": "Copy files and directories",
      "topics": [
        "copy",
        "s3_dir_copy",
        "s3_file_copy"
      ]
    },
    {
      "page": "copy_async",
      "title": "Copy files and directories",
      "topics": [
        "copy_async",
        "s3_dir_copy_async",
        "s3_file_copy_async"
      ]
    },
    {
      "page": "create",
      "title": "Create files and directories",
      "topics": [
        "create",
        "s3_bucket_create",
        "s3_dir_create",
        "s3_file_create"
      ]
    },
    {
      "page": "delete",
      "title": "Delete files and directories",
      "topics": [
        "delete",
        "s3_dir_delete",
        "s3_file_delete"
      ]
    },
    {
      "page": "delete_async",
      "title": "Delete files and directories",
      "topics": [
        "delete_async",
        "s3_dir_delete_async",
        "s3_file_delete_async"
      ]
    },
    {
      "page": "download",
      "title": "Download files and directories",
      "topics": [
        "download",
        "s3_dir_download",
        "s3_file_download"
      ]
    },
    {
      "page": "download_async",
      "title": "Download files and directories",
      "topics": [
        "download_async",
        "s3_dir_download_async",
        "s3_file_download_async"
      ]
    },
    {
      "page": "exists",
      "title": "Download files and directories",
      "topics": [
        "exists",
        "s3_dir_exists",
        "s3_file_exists"
      ]
    },
    {
      "page": "file_type",
      "title": "Functions to test for file types",
      "topics": [
        "file_type",
        "s3_is_bucket",
        "s3_is_dir",
        "s3_is_file",
        "s3_is_file_empty"
      ]
    },
    {
      "page": "info",
      "title": "Get files and directories information",
      "topics": [
        "info",
        "s3_dir_info",
        "s3_dir_ls",
        "s3_file_info",
        "s3_file_size"
      ]
    },
    {
      "page": "path",
      "title": "Construct path for file or directory",
      "topics": [
        "path",
        "s3_path"
      ]
    },
    {
      "page": "path_manipulate",
      "title": "Manipulate s3 uri paths",
      "topics": [
        "path_manipulate",
        "s3_path_dir",
        "s3_path_ext",
        "s3_path_ext_remove",
        "s3_path_ext_set",
        "s3_path_file"
      ]
    },
    {
      "page": "permission",
      "title": "Change file permissions",
      "topics": [
        "permission",
        "s3_bucket_chmod",
        "s3_file_chmod"
      ]
    },
    {
      "page": "s3_bucket_delete",
      "title": "Delete bucket",
      "topics": [
        "s3_bucket_delete"
      ]
    },
    {
      "page": "s3_dir_ls_url",
      "title": "Generate presigned url to list S3 directories",
      "topics": [
        "s3_dir_ls_url"
      ]
    },
    {
      "page": "s3_dir_tree",
      "title": "Print contents of directories in a tree-like format",
      "topics": [
        "s3_dir_tree"
      ]
    },
    {
      "page": "s3_file_move",
      "title": "Move or rename S3 files",
      "topics": [
        "s3_file_move"
      ]
    },
    {
      "page": "s3_file_move_async",
      "title": "Move or rename S3 files",
      "topics": [
        "s3_file_move_async"
      ]
    },
    {
      "page": "s3_file_system",
      "title": "Access AWS S3 as if it were a file system.",
      "topics": [
        "s3_file_system"
      ]
    },
    {
      "page": "s3_file_temp",
      "title": "Create name for temporary files",
      "topics": [
        "s3_file_temp"
      ]
    },
    {
      "page": "s3_file_url",
      "title": "Generate presigned url for S3 object",
      "topics": [
        "s3_file_url"
      ]
    },
    {
      "page": "s3_file_version_info",
      "title": "Query file version metadata",
      "topics": [
        "s3_file_version_info"
      ]
    },
    {
      "page": "s3_path_join",
      "title": "Construct AWS S3 path",
      "topics": [
        "s3_path_join"
      ]
    },
    {
      "page": "s3_path_split",
      "title": "Split s3 path and uri",
      "topics": [
        "s3_path_split"
      ]
    },
    {
      "page": "S3FileSystem",
      "title": "Access AWS S3 as if it were a file system.",
      "topics": [
        "S3FileSystem"
      ]
    },
    {
      "page": "stream",
      "title": "Streams data from R to AWS S3.",
      "topics": [
        "s3_file_stream_in",
        "s3_file_stream_out",
        "stream"
      ]
    },
    {
      "page": "stream_async",
      "title": "Streams data from R to AWS S3.",
      "topics": [
        "s3_file_stream_in_async",
        "s3_file_stream_out_async",
        "stream_async"
      ]
    },
    {
      "page": "tag",
      "title": "Modifying file tags",
      "topics": [
        "s3_file_tag_delete",
        "s3_file_tag_info",
        "s3_file_tag_update",
        "tag"
      ]
    },
    {
      "page": "touch",
      "title": "Change file modification time",
      "topics": [
        "s3_file_touch",
        "touch"
      ]
    },
    {
      "page": "upload",
      "title": "Upload file and directory",
      "topics": [
        "s3_dir_upload",
        "s3_file_upload",
        "upload"
      ]
    },
    {
      "page": "upload_async",
      "title": "Upload file and directory",
      "topics": [
        "s3_dir_upload_async",
        "s3_file_upload_async",
        "upload_async"
      ]
    }
  ],
  "_readme": "https://github.com/DyfanJones/s3fs/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "base64enc",
    "cli",
    "codetools",
    "curl",
    "data.table",
    "digest",
    "fs",
    "future",
    "future.apply",
    "globals",
    "glue",
    "httr2",
    "jsonlite",
    "lgr",
    "lifecycle",
    "listenv",
    "magrittr",
    "openssl",
    "parallelly",
    "paws.common",
    "paws.storage",
    "R6",
    "rappdirs",
    "Rcpp",
    "rlang",
    "sys",
    "vctrs",
    "withr",
    "xml2"
  ],
  "_score": 5.443679710166412,
  "_indexed": true,
  "_nocasepkg": "s3fs",
  "_universes": [
    "dyfanjones"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.7",
      "date": "2026-06-13T06:46:19.000Z",
      "distro": "noble",
      "commit": "e8a31ee0225de043b2cae742a88f22810e15be7d",
      "fileid": "299b9da700aa5ee83bb8bc27b14e09b7ab542676910da245a1fb57a1727f02c4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dyfanjones/actions/runs/27459356214"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.7",
      "date": "2026-06-13T06:46:22.000Z",
      "distro": "noble",
      "commit": "e8a31ee0225de043b2cae742a88f22810e15be7d",
      "fileid": "11230f7bfaaff51924b81bb464d100ba7709c1e27d0473669781618623787ce5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dyfanjones/actions/runs/27459356214"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.7",
      "date": "2026-06-13T06:47:08.000Z",
      "commit": "e8a31ee0225de043b2cae742a88f22810e15be7d",
      "fileid": "be44114d00e4764582fc2fcb83a20678465ac113ca6e03b2e55017002685240d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dyfanjones/actions/runs/27459356214"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.7",
      "date": "2026-06-13T06:46:05.000Z",
      "commit": "e8a31ee0225de043b2cae742a88f22810e15be7d",
      "fileid": "2bd12f6f09a930a406d988735b7fe29ab294bb49e56538f5aeeff38b791cf115",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dyfanjones/actions/runs/27459356214"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.7",
      "date": "2026-06-13T06:46:26.000Z",
      "commit": "e8a31ee0225de043b2cae742a88f22810e15be7d",
      "fileid": "4ac880b35e78ae7a2ca909539fd9f12f0ea316dc67d0c520858b1aac2d4cced5",
      "status": "success",
      "buildurl": "https://github.com/r-universe/dyfanjones/actions/runs/27459356214"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.7",
      "date": "2026-06-13T06:45:51.000Z",
      "commit": "e8a31ee0225de043b2cae742a88f22810e15be7d",
      "fileid": "9e40bfdfb3c53f2d30fef5e68013c5a36d8c43195add6377f69f25ba709b78b3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dyfanjones/actions/runs/27459356214"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.7",
      "date": "2026-06-13T06:45:30.000Z",
      "commit": "e8a31ee0225de043b2cae742a88f22810e15be7d",
      "fileid": "5c9d52c59929431f9722bfb20ae42142c9b9d74d27ea3b800408ccd654ad1a2e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dyfanjones/actions/runs/27459356214"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.7",
      "date": "2026-06-13T06:45:47.000Z",
      "commit": "e8a31ee0225de043b2cae742a88f22810e15be7d",
      "fileid": "6745a18893580ba152d8cbcc1114e91fbf1f92013730f14b64793d41d259bc90",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dyfanjones/actions/runs/27459356214"
    }
  ]
}