Changes between Version 208 and Version 209 of help/en/howto/s3
- Timestamp:
- Oct 17, 2016 1:28:49 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
help/en/howto/s3
v208 v209 37 37 38 38 === AWS Gov Cloud === 39 40 39 Use the endpoint `s3-us-gov-west-1.amazonaws.com`. 41 40 42 41 === Access third party buckets === 43 44 42 Connecting to a bucket you are not the owner (and therefore not included when logging in as above and listing all your owned buckets) is possible. You can access buckets owned by someone else if the ACL allows you to access it by either: 45 43 * Specify the bucket you want to access in the hostname to connect to like `<bucketname>.s3.amazonaws.com`. Your own buckets will not be displayed but only the third party bucket. … … 53 51 that will fetch temporary credentials from EC2 instance metadata service at `http://169.254.169.254/latest/meta-data/iam/security-credentials/s3access` to authenticate. Edit the profile to change the role name `s3access` to match your IAM configuration. 54 52 55 === Storage Class ===56 You have the option to store files using the ''Reduced Redundancy Storage (RRS)'' to reduce costs by storing non-critical, reproducible data at lower levels of redundancy. Set the default storage class in ''Preferences (⌘-,)→ S3'' and [wiki:help/en/howto/info#CloudProviderS3CloudFilesPanel edit the storage class] for already uploaded files using ''File → Info (⌘-I) → S3''.57 58 53 == Third-Party S3 providers == 59 54 60 55 There are a growing number of third parties beside Amazon offering S3 compatible cloud storage software or solutions. Here is a non exhaustive list by Alphabetical Order : 61 62 56 * [https://www.cloud.it Aruba Cloud] 63 57 * [https://www.mh.connectria.com/rp/order/cloud_storage_index Connectria Cloud Storage] … … 83 77 * [wiki:help/en/howto/cynny Cynny Space] 84 78 79 === Storage Class === 80 You have the option to store files using the ''Reduced Redundancy Storage (RRS)'' to reduce costs by storing non-critical, reproducible data at lower levels of redundancy. Set the default storage class in ''Preferences (⌘-,)→ S3'' and [wiki:help/en/howto/info#CloudProviderS3CloudFilesPanel edit the storage class] for already uploaded files using ''File → Info (⌘-I) → S3''. 81 85 82 == Distribution (CloudFront CDN) == 86 87 83 Amazon CloudFront delivers your static and streaming content using a global network of edge locations. Requests for your objects are automatically routed to the nearest edge location, so content is delivered with the best possible performance. Refer to [wiki:help/en/howto/cloudfront Amazon CloudFront distribution] for help about setting up distributions. 88 84 89 85 == Buckets == 90 91 86 === Creating a bucket === 92 93 87 To create a new [http://docs.amazonwebservices.com/AmazonS3/2006-03-01/index.html?UsingBucket.html bucket] for your account, browse to the root and choose ''File → New Folder... (⌘-N)''. You can choose the bucket location in ''Preferences (⌘-,) → S3''. Note that Amazon has a different pricing scheme for different locations. Supported locations are: 94 88 * EU (Ireland)