https://github.com/marcel/aws-s3
AWS-S3 is a Ruby implementation of Amazon's S3 REST API
https://github.com/marcel/aws-s3
Last synced: about 2 months ago
JSON representation
AWS-S3 is a Ruby implementation of Amazon's S3 REST API
- Host: GitHub
- URL: https://github.com/marcel/aws-s3
- Owner: marcel
- License: mit
- Created: 2008-06-06T07:42:02.000Z (over 17 years ago)
- Default Branch: master
- Last Pushed: 2022-05-31T22:11:27.000Z (over 3 years ago)
- Last Synced: 2024-04-26T14:31:32.965Z (over 1 year ago)
- Language: Ruby
- Homepage: http://amazon.rubyforge.org
- Size: 771 KB
- Stars: 781
- Watchers: 14
- Forks: 465
- Open Issues: 87
-
Metadata Files:
- Readme: README.erb
- Changelog: CHANGELOG
- License: COPYING
Awesome Lists containing this project
- fucking-awesome-aws - marcel/aws-s3 :fire::fire::fire: - Ruby implementation of Amazon's S3 REST API. (Open Source Repos / S3)
- awesome-aws - marcel/aws-s3 :fire::fire::fire: - Ruby implementation of Amazon's S3 REST API. (Open Source Repos / S3)
- awesome-aws - marcel/aws-s3 :fire::fire::fire: - Ruby implementation of Amazon's S3 REST API. (Open Source Repos / S3)
- awesome-aws - marcel/aws-s3 :fire::fire::fire: - Ruby implementation of Amazon's S3 REST API. (Open Source Repos / S3)
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'] %>