Changes between Version 29 and Version 30 of help/en/howto/mount/issues
- Timestamp:
- Jan 18, 2018 2:41:12 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
help/en/howto/mount/issues
v29 v30 24 24 The S3 interoperable service must support [http://docs.aws.amazon.com/AmazonS3/latest/dev/mpuoverview.html multipart uploads]. 25 25 26 === In Finder.app, creating a new top level folder in S3 fails with `Interoperability failure. Bucket name is not DNS compatible. Please contact your web hosting service provider for assistance.`27 A bucket name in S3 cannot have whitespace in the filename. Because a new folder created with Finder.app is named `Untitled Folder` the operation fails. As a workaround, create a new bucket with `mkdir` in ''Terminal.app''.26 === ~~In Finder.app, creating a new top level folder in S3 fails with `Interoperability failure. Bucket name is not DNS compatible. Please contact your web hosting service provider for assistance.`~~ === 27 ~~A bucket name in S3 cannot have whitespace in the filename. Because a new folder created with Finder.app is named `Untitled Folder` the operation fails. As a workaround, create a new bucket with `mkdir` in ''Terminal.app''.~~ As of version [https://mountainduck.io/changelog/ 2.2] the new bucket is created only after renaming in Finder. Make sure to choose a filename with no shitespace. 28 28 29 === In Finder.app, creating a new top level folder in OpenStack Swift will not allow to rename it from `untitled folder`30 Because OpenStack Swift does not allow to rename containers this operation will fail.29 === ~~In Finder.app, creating a new top level folder in OpenStack Swift will not allow to rename it from `untitled folder`~~ === 30 ~~Because OpenStack Swift does not allow to rename containers this operation will fail.~~ As of version [https://mountainduck.io/changelog/ 2.2] the new bucket is created only after renaming in Finder. Make sure to choose a filename with no shitespace. 31 31 32 32 === Multiple OpenStack Swift containers in different regions with the same name ===