{
  "_id": "6a54826eff0138dec5d64772",
  "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-07-13 06:10:40 UTC",
    "User": "root"
  },
  "Author": "Dyfan Jones [aut, cre]",
  "Maintainer": "Dyfan Jones <dyfan.r.jones@gmail.com>",
  "_user": "dyfanjones",
  "_type": "src",
  "_file": "s3fs_0.1.7.tar.gz",
  "_fileid": "https://r2.ropensci.org/d7d356d4d347d60a0515f8e43a079586814083ac30ca87370fa37adc21922def",
  "_filesize": 215829,
  "_sha256": "d7d356d4d347d60a0515f8e43a079586814083ac30ca87370fa37adc21922def",
  "_expires": "2026-10-21T06:15:08.000Z",
  "_created": "2026-07-13T06:10:40.000Z",
  "_published": "2026-07-13T06:15:09.953Z",
  "_jobs": [
    {
      "job": 86746733205,
      "time": 229,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8270597929"
    },
    {
      "job": 86746733262,
      "time": 133,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8270570922"
    },
    {
      "job": 86746733244,
      "time": 82,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8270556231"
    },
    {
      "job": 86746733238,
      "time": 75,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8270554772"
    },
    {
      "job": 86746311518,
      "time": 181,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8270533072"
    },
    {
      "job": 86746733239,
      "time": 111,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8270564453"
    },
    {
      "job": 86746733341,
      "time": 87,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8270558051"
    },
    {
      "job": 86746733260,
      "time": 77,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8270555357"
    },
    {
      "job": 86746733264,
      "time": 83,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8270556928"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/dyfanjones/actions/runs/29228064605",
  "_status": "success",
  "_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
  },
  "_distro": "resolute",
  "_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": 47,
  "_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",
    "followers": 41
  },
  "_downloads": {
    "count": 1972,
    "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.1",
  "_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.674574944638847,
  "_indexed": true,
  "_nocasepkg": "s3fs",
  "_universes": [
    "dyfanjones"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.7",
      "date": "2026-07-13T06:14:30.000Z",
      "distro": "resolute",
      "commit": "e8a31ee0225de043b2cae742a88f22810e15be7d",
      "fileid": "https://r2.ropensci.org/db5fd86d56932e73847b8a14a772c27ff953ec8c47dc4851a62eeed35b4d0be1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dyfanjones/actions/runs/29228064605"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.1.7",
      "date": "2026-07-13T06:12:52.000Z",
      "distro": "resolute",
      "commit": "e8a31ee0225de043b2cae742a88f22810e15be7d",
      "fileid": "https://r2.ropensci.org/895b1419a5a25ebe00ed04e34d37f79d7c33a7be4b27e76c83f2535110a1e236",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dyfanjones/actions/runs/29228064605"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.7",
      "date": "2026-07-13T06:12:07.000Z",
      "commit": "e8a31ee0225de043b2cae742a88f22810e15be7d",
      "fileid": "https://r2.ropensci.org/29f4e899dcc2bd65eff25afdc160756b188152a0bb01f54c711fcc650e2c0650",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dyfanjones/actions/runs/29228064605"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.1.7",
      "date": "2026-07-13T06:12:02.000Z",
      "commit": "e8a31ee0225de043b2cae742a88f22810e15be7d",
      "fileid": "https://r2.ropensci.org/5f048a99e1a68a5dacaa2137689c1f376acb5ba7e16a2687f8695b58d04ef37b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dyfanjones/actions/runs/29228064605"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.7",
      "date": "2026-07-13T06:12:52.000Z",
      "commit": "e8a31ee0225de043b2cae742a88f22810e15be7d",
      "fileid": "https://r2.ropensci.org/6b3392ec8db98eca6a9028d4c83815fabe70ccae7ef79ff99ca687011a1c2314",
      "status": "success",
      "buildurl": "https://github.com/r-universe/dyfanjones/actions/runs/29228064605"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.7",
      "date": "2026-07-13T06:11:59.000Z",
      "commit": "e8a31ee0225de043b2cae742a88f22810e15be7d",
      "fileid": "https://r2.ropensci.org/25d502506631399e26e7f07e8463bed2bd3e5cc5da177fed1f679d5804a96443",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dyfanjones/actions/runs/29228064605"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.7",
      "date": "2026-07-13T06:11:54.000Z",
      "commit": "e8a31ee0225de043b2cae742a88f22810e15be7d",
      "fileid": "https://r2.ropensci.org/1ba7a1c15aa3baf3d894faf3e283a3e4334b52131bc4a418fb007abc7d54aaf6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dyfanjones/actions/runs/29228064605"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.1.7",
      "date": "2026-07-13T06:11:55.000Z",
      "commit": "e8a31ee0225de043b2cae742a88f22810e15be7d",
      "fileid": "https://r2.ropensci.org/eaab5263c6096a406f7f2980109616993a7d144432c31ad5358b2b60984f0cd8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dyfanjones/actions/runs/29228064605"
    }
  ]
}