derrickchoi / s3fs

Automatically exported from code.google.com/p/s3fs
GNU General Public License v2.0
0 stars 0 forks source link

Google Storage Support #177

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

Please, add support for Google Storage: http://code.google.com/apis/storage/

Google Storage is an Amazon S3-like service and they are offering 100GB of free 
storage in this beta test period.

Thanks.

Original issue reported on code.google.com by ctass...@gmail.com on 27 Mar 2011 at 4:12

GoogleCodeExporter commented 8 years ago
It seems that that would be an entirely different project.  Is Google Storage 
and Amazon S3 100% compatible with respect to their API?

Original comment by dmoore4...@gmail.com on 31 Mar 2011 at 9:25

GoogleCodeExporter commented 8 years ago
Yes, I believe they are; Google's service will even accept x-amzn headers and 
turn them into x-goog headers. I took the official AWS SDK for Java, modified 
the endpoint URLs, and was able to access Google Storage without any further 
changes. I think it will be the same thing for S3FS.

Original comment by apetresc on 31 Mar 2011 at 9:30

GoogleCodeExporter commented 8 years ago
Then try using the url option to point to google's server

url (default="http://s3.amazonaws.com") 

e.g.

url=http://s3.google.com   (or whatever is the correct URL for google's server)

...it might just work

Original comment by dmoore4...@gmail.com on 31 Mar 2011 at 9:37

GoogleCodeExporter commented 8 years ago

Original comment by dmoore4...@gmail.com on 31 Mar 2011 at 9:56

GoogleCodeExporter commented 8 years ago
Please share the results of your experiment. Thank you.

Original comment by dmoore4...@gmail.com on 7 Apr 2011 at 2:33

GoogleCodeExporter commented 8 years ago
No engagement from the original submitter in a reasonable amount of time. 
Closing this issue.

Original comment by dmoore4...@gmail.com on 21 Apr 2011 at 12:34

GoogleCodeExporter commented 8 years ago
This does work!

Use:

s3fs name-of-your-bucket /mnt/google_storage_mount_point/ -o 
url=http://commondatastorage.googleapis.com

TIP: You need to enable legacy mode on the google APIs console to get your 
access/secret keys.

Original comment by drab...@gmail.com on 26 Oct 2011 at 11:04

GoogleCodeExporter commented 8 years ago
One more note: You can copy files and folders in and out of the mount point, 
but listing contents (ls -la) always reveals an empty directory. However, if 
you go to the storage sandbox (https://sandbox.google.com/storage/) you can see 
all the files. That would be a nice bug to fix, as the google storage seems 
otherwise quite a bit faster.

Original comment by drab...@gmail.com on 26 Oct 2011 at 11:38

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
I tried this as of today Dec 8, the bug is still there? is it a bug? or just 
maybe some permission/access?

Original comment by eglac...@gmail.com on 9 Dec 2012 at 3:28