https://github.com/github/aws-s3
Fork of AWS-S3 with some custom patches. Removes const_missing hacks like the jaf-s3 gem.
https://github.com/github/aws-s3
Last synced: 5 months ago
JSON representation
Fork of AWS-S3 with some custom patches. Removes const_missing hacks like the jaf-s3 gem.
- Host: GitHub
- URL: https://github.com/github/aws-s3
- Owner: github
- License: mit
- Archived: true
- Fork: true (marcel/aws-s3)
- Created: 2013-01-04T17:49:02.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2017-06-06T18:14:16.000Z (almost 9 years ago)
- Last Synced: 2024-09-29T00:40:58.273Z (over 1 year ago)
- Language: Ruby
- Homepage: http://amazon.rubyforge.org
- Size: 257 KB
- Stars: 13
- Watchers: 26
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.erb
- Changelog: CHANGELOG
- License: COPYING
Awesome Lists containing this project
README
= AWS::S3
<%= docs_for['AWS::S3'] %>
== AWS::S3 Basics
=== The service, buckets and objects
The three main concepts of S3 are the service, buckets and objects.
==== The service
<%= docs_for['AWS::S3::Service'] %>
==== Buckets
<%= docs_for['AWS::S3::Bucket'] %>
==== Objects
<%= docs_for['AWS::S3::S3Object'] %>
==== Streaming uploads
<%= docs_for['AWS::S3::S3Object::store'] %>
== Setting the current bucket
==== Scoping operations to a specific bucket
<%= docs_for['AWS::S3::Base.set_current_bucket_to'] %>
== BitTorrent
==== Another way to download large files
<%= docs_for['AWS::S3::BitTorrent'] %>
== Access control
==== Using canned access control policies
<%= docs_for['AWS::S3::ACL'] %>
==== Accessing private objects from a browser
<%= docs_for['AWS::S3::S3Object.url_for'] %>
== Logging
==== Tracking requests made on a bucket
<%= docs_for['AWS::S3::Logging'] %>
== Errors
==== When things go wrong
<%= docs_for['AWS::S3::Error'] %>
==== Accessing the last request's response
<%= docs_for['AWS::S3::Service.response'] %>