{"id":33191336,"url":"https://github.com/fsprojects/S3Provider","last_synced_at":"2025-11-21T00:02:06.921Z","repository":{"id":12505524,"uuid":"15175158","full_name":"fsprojects/S3Provider","owner":"fsprojects","description":"Experimental type provider for Amazon S3","archived":false,"fork":false,"pushed_at":"2016-04-04T19:51:22.000Z","size":780,"stargazers_count":22,"open_issues_count":5,"forks_count":7,"subscribers_count":12,"default_branch":"develop","last_synced_at":"2025-09-23T23:53:16.399Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://fsprojects.github.io/S3Provider","language":"F#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"chawlaaditya8/Botser","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fsprojects.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-12-13T22:03:25.000Z","updated_at":"2022-04-09T08:23:37.000Z","dependencies_parsed_at":"2022-09-16T23:11:10.019Z","dependency_job_id":null,"html_url":"https://github.com/fsprojects/S3Provider","commit_stats":null,"previous_names":["theburningmonk/s3provider"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/fsprojects/S3Provider","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fsprojects%2FS3Provider","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fsprojects%2FS3Provider/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fsprojects%2FS3Provider/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fsprojects%2FS3Provider/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fsprojects","download_url":"https://codeload.github.com/fsprojects/S3Provider/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fsprojects%2FS3Provider/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":285532343,"owners_count":27187706,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-11-20T02:00:05.334Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-11-16T06:00:41.329Z","updated_at":"2025-11-21T00:02:06.913Z","avatar_url":"https://github.com/fsprojects.png","language":"F#","funding_links":[],"categories":["Type Providers"],"sub_categories":["Performance Analysis"],"readme":"[![Issue Stats](http://issuestats.com/github/fsprojects/S3Provider/badge/issue)](http://issuestats.com/github/fsprojects/S3Provider)\n[![Issue Stats](http://issuestats.com/github/fsprojects/S3Provider/badge/pr)](http://issuestats.com/github/fsprojects/S3Provider)\n\nS3 Type Provider [![NuGet Status](http://img.shields.io/nuget/v/S3Provider.svg?style=flat)](https://www.nuget.org/packages/S3Provider/)\n=======================\n\nA F# type provider for **Amazon S3**.\n\n### Example\n\n```fsharp\n\n// create a type representing the S3 account with the specified AWS credentials\ntype S3 = S3Provider.Account\u003c\"AWS Key\", \"AWS Secret\"\u003e\n\n// then access meta-data and content of objects in S3 with full intellisense support!\n\n// immediately after the type representing the account are all the buckets\ntype bucket = S3.``my.bucket``\n\n// you can then select folders/files from that bucket\ntype folder = bucket.``2013-12-13/``\n\n// on files, you can get meta-data such as ETag, LastModified, or fetch the content as\n//\t\t* Raw   - raw binary array\n//\t\t* UTF8  - the content as decoded using UTF8\n//\t\t* ASCII - the content as decoded using ASCII\nlet etag = folder.``My file.txt``.ETag\nlet utf8 = folder.``My file.txt``.Content.UTF8\nlet raw  = folder.``My image.png``.Content.Raw\nlet lastModified = folder.``My image.png``.LastModified\n\n// if the bucket/folder is large, you can also use the `Search\u003c...\u003e` generic type to find\n// files in the bucket by prefix\ntype search = bucket.Search\u003c\"2013-12-\"\u003e\n\n// you can then navigate through the search results the same as before!\nlet searchResultContent = search.``2013-12-13``.``My file.txt``.Content.Raw\n```\n\n### Demo Video\n\n[![ScreenShot](https://raw.github.com/theburningmonk/S3Provider/develop/docs/files/img/demo_screenshot.png)](http://www.youtube.com/watch?v=LOU00RlArqg)\n\n### Maintainer(s)\n\n- [@theburningmonk](https://github.com/theburningmonk)\n\nThe default maintainer account for projects under \"fsprojects\" is [@fsprojectsgit](https://github.com/fsprojectsgit) - F# Community Project Incubation Space (repo management)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffsprojects%2FS3Provider","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffsprojects%2FS3Provider","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffsprojects%2FS3Provider/lists"}