Amazon S3 Examples Using the AWS SDK for Ruby
Amazon Simple Storage Service (Amazon S3) is storage for the internet.
You can use the following examples to access Amazon S3 using the AWS SDK for Ruby.
Learn more about Amazon S3 at
Amazon S3 documentation
Topics
- Getting Information about All Amazon S3 Buckets
- Getting Information about All Amazon S3 Buckets in a Region
- Creating and Using an Amazon S3 Bucket
- Determining Whether an Amazon S3 Bucket Exists
- Getting Information about Amazon S3 Bucket Objects
- Uploading an Object to an Amazon S3 Bucket
- Uploading an Object with Metadata to an Amazon S3 Bucket
- Downloading an Object from an Amazon S3 Bucket into a File
- Changing the Properties for an Amazon S3 Bucket Object
- Encrypting Amazon S3 Bucket Items
- Triggering a Notification When an Item is Added to an Amazon S3 Bucket
- Creating a LifeCycle Rule Configuration Template for an Amazon S3 Bucket
- Creating an Amazon S3 Bucket Policy with Ruby
- Configuring an Amazon S3 Bucket for CORS
- Managing Amazon S3 Bucket and Object Access Permissions
- Using a Amazon S3 Bucket to Host a Website