Changes between Version 9 and Version 10 of help/en/howto/googlestorage
- Timestamp:
- Jun 4, 2010 3:48:29 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
help/en/howto/googlestorage
v9 v10 5 5 [http://code.google.com/apis/storage/ Google Storage for Developers] is a S3 compatible service currently in development and open by invitation only. Support must be enabled first using a [wiki:help/en/howto/preferences#Hiddenconfigurationoptions hidden configuration] option using `defaults write ch.sudo.cyberduck protocol.gstorage.tls.enable true` using the latest [http://update.cyberduck.ch/nightly/ snapshot build]. 6 6 7 Refer also to [wiki:help/en/howto/s3 S3] in general. 8 7 9 === Connecting to Google Storage === 8 10 9 11 You must obtain the login credentials (''Access Key'' and ''Secret'') of your Google Storage [https://sandbox.google.com/storage Account] from the ''Key Management'' [https://sandbox.google.com/storage/m/ page]. In the login prompt of Cyberduck upon connecting to Google Storage you enter the ''Access Key'' for the username and ''Secret'' for the password. 12 13 === Folders === 14 15 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`. 10 16 11 17 === Files ===