Changing Amazon S3 bucket default storage class

Every file on Amazon S3 storage has a property called storage class. Its value determines whether standard storage or Reduced Redundancy Storage (RRS) is used for the file. In Cloud Combine you can specify default storage class for a bucket, so it will be used when uploading files in this bucket.

To change Amazon S3 bucket default storage class, select a bucket, and in the Properties tool window select Default Storage Class property and expand the drop down list next to it:

  • Standard means that the newly uploaded files will use standard storage by default.
  • Reduced Redundancy means that the newly uploaded files will use RRS by default.
  Back