Changes between Version 7 and Version 8 of help/en/howto/s3
- Timestamp:
- Dec 11, 2008 7:07:03 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
help/en/howto/s3
v7 v8 16 16 Due to limitations by the design of the Amazon S3 file system, you cannot create folders anywhere else than the root. You can however upload folders and these are browsable like on a regular remote server. 17 17 18 === Access Control === 19 20 Amazon S3 uses Access Control List (ACL) settings to control who may access or modify items stored in S3. By default, all buckets and objects created in S3 are accessible only to the account owner. 21 22 You must give ''Other'' read permissions for your objects in File → Info → Permissions to make them accessible using a regular web browser for everyone. 23 18 24 === Hidden Options === 19 25