{
  "_id": "6a1016e5acfb0bcc41c84c0b",
  "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-05-14 06:34:23 UTC",
    "User": "root"
  },
  "Author": "Dyfan Jones [aut, cre]",
  "Maintainer": "Dyfan Jones <dyfan.r.jones@gmail.com>",
  "MD5sum": "7dd5a9fc4e63f9bebe5eeebacf3474f5",
  "_user": "dyfanjones",
  "_type": "src",
  "_file": "s3fs_0.1.7.tar.gz",
  "_fileid": "7fe10d9e1273887522907ce6bcf905ea84f67d91e9fe8096c053c17a820c7828",
  "_filesize": 215861,
  "_sha256": "7fe10d9e1273887522907ce6bcf905ea84f67d91e9fe8096c053c17a820c7828",
  "_created": "2026-05-14T06:34:23.000Z",
  "_published": "2026-05-22T08:42:13.534Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77345787736,
      "time": 111,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6988658514"
    },
    {
      "job": 77345787949,
      "time": 127,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6988662105"
    },
    {
      "job": 77345787825,
      "time": 73,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6988650135"
    },
    {
      "job": 77345788171,
      "time": 85,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7010853280"
    },
    {
      "job": 77345787463,
      "time": 160,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6988632622"
    },
    {
      "job": 77345787394,
      "time": 93,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7156396827"
    },
    {
      "job": 77345788075,
      "time": 150,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6988667319"
    },
    {
      "job": 77345787780,
      "time": 83,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6988652432"
    },
    {
      "job": 77345787805,
      "time": 128,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6988664326"
    }
  ],
  "_buildurl": "https://github.com/r-universe/dyfanjones/actions/runs/25845673910",
  "_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",
    "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": 570,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/s3fs"
  },
  "_devurl": "https://github.com/dyfanjones/s3fs",
  "_pkgdown": "https://dyfanjones.github.io/s3fs/",
  "_searchresults": 16,
  "_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",
    "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.343999069057162,
  "_indexed": true,
  "_nocasepkg": "s3fs",
  "_universes": [
    "dyfanjones"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.7",
      "date": "2026-05-14T06:36:14.000Z",
      "distro": "noble",
      "commit": "e8a31ee0225de043b2cae742a88f22810e15be7d",
      "fileid": "74cfb55a3232b3eccaf70e688eb81bdbc8f71fcb0cf33375cd77b18e493eadff",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dyfanjones/actions/runs/25845673910"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.7",
      "date": "2026-05-14T06:36:28.000Z",
      "distro": "noble",
      "commit": "e8a31ee0225de043b2cae742a88f22810e15be7d",
      "fileid": "06f8a0e68102f64136124f792c46b0322756f23ff1efc29cb512105db3aeb15f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dyfanjones/actions/runs/25845673910"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.7",
      "date": "2026-05-14T06:35:44.000Z",
      "commit": "e8a31ee0225de043b2cae742a88f22810e15be7d",
      "fileid": "c0989ea98610806d120dcffa3809c48a47516ac0f0c31d97473a8e360e7e69d7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dyfanjones/actions/runs/25845673910"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.7",
      "date": "2026-05-15T05:42:41.000Z",
      "commit": "e8a31ee0225de043b2cae742a88f22810e15be7d",
      "fileid": "0a49f996ab6600586affac9bdfff26df3a22aca3050dff3a04a03373bfa1a87c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dyfanjones/actions/runs/25845673910"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.7",
      "date": "2026-05-14T06:36:45.000Z",
      "commit": "e8a31ee0225de043b2cae742a88f22810e15be7d",
      "fileid": "ce31b8f99931da14c468c774de1581f3699f2bce0086996dcf0e83be33abe554",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dyfanjones/actions/runs/25845673910"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.7",
      "date": "2026-05-14T06:35:38.000Z",
      "commit": "e8a31ee0225de043b2cae742a88f22810e15be7d",
      "fileid": "48825ec1934f945b45f37bb5fe49d4cb415fe0cbf2365c7bb5604b461d2c3b07",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dyfanjones/actions/runs/25845673910"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.7",
      "date": "2026-05-14T06:36:36.000Z",
      "commit": "e8a31ee0225de043b2cae742a88f22810e15be7d",
      "fileid": "515c091e67013fa22fde4f5f2fd98126b57e617118b632c3f3b765debfd30fd6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dyfanjones/actions/runs/25845673910"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.7",
      "date": "2026-05-22T08:41:57.000Z",
      "commit": "e8a31ee0225de043b2cae742a88f22810e15be7d",
      "fileid": "a7a95eb3a450db4a7cbd01ccc2e31ef12d71691171ee51c08d6ae0ad50824016",
      "status": "success",
      "buildurl": "https://github.com/r-universe/dyfanjones/actions/runs/25845673910"
    }
  ]
}