Changes between Version 31 and Version 32 of help/en/howto/s3
- Timestamp:
- Jan 10, 2010 2:06:51 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
help/en/howto/s3
v31 v32 14 14 '''Important''': Because the bucket name must be globally unique the operation might fail if the name is already taken by someone else (E.g. don't assume any common name like ''media'' or ''images'' will be available. 15 15 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. 16 === Folders === 17 18 Creating a folder inside a bucket will create a placeholder object named after the directory, has no data content and the mimetype `application/x-directory`. 17 19 18 20 === Access Control ===