search for: bucketname

Displaying 3 results from an estimated 3 matches for "bucketname".

2010 Apr 12
1
Amazon S3FS Automounter of sorts
...used s3fs to mount the buckets on the file system. 1. I was wondering if anyone has a better method ? even though this meets my current needs. 2. if there is an automounter that could be tweaked to work with s3fs. The entries in my fstab are rather different to the normal disk based ones, s3fs#BUCKETNAME /mnt/s3/BUCKETNAME fuse allow_other,default_acl=public-read,noauto 0 0 ,so I wasn?t sure if it is possible. My reasoning to want an automounter is I?m not sure on the amount of extra calls made to the S3, so would prefer it not be connected if its not needed. Thanks, Matt NOTE: The information...
2007 Sep 27
1
AWS / S3 upload path requirements?
...e started using the AWS::S3 ruby library to interface (http:// amazon.rubyforge.org/). I''ve installed properly, created buckets, I haven''t have any luck storing files with the following syntax: file = ''c:/path/to/file'' S3Object.store(file, open(file), ''bucketname'') getting ASW:S3::RequestTimeout: errors from S3 every time. As you might be able to tell, I''m running Rails on a PC (boo, I know). However, I''ve tried uploading with several different path types, e.g. /path/to/file \path\to\file c:/path/to/file c:\path\to\file So, my...
2013 Jun 28
1
[HELP PLEASE!] attachment_fu and aws-s3
Hi, Im developing an image upload using pothoven-attachment_fu (3.2.8) and aws-s3 (0.6.3). I want to store my files in Amazon S3. I follow all the instructions using attachment_fu and s3 my model has_attachment :content_type => :image, :storage => :s3, :max_size => 1.megabyte, :thumbnails => { :thumb =>