1
0
Fork 0
mirror of https://github.com/fog/fog-aws.git synced 2022-11-09 13:50:52 -05:00
Commit graph

26 commits

Author SHA1 Message Date
Ramon de Paula Marques
7b9f1fe45c using Fog.wait_for instead 2018-11-28 10:19:12 -02:00
Ramon de Paula Marques
caafd7ceb7 fix error handling 2018-10-26 09:07:08 -03:00
Ramon de Paula Marques
80157f13d0 add ability to force delete a bucket with objects 2018-10-24 16:51:19 -03:00
sue445
6815474186 Fixed: uninitialized constant Fog::AWS::DEFAULT_REGION (NameError) 2018-09-17 23:04:55 +09:00
sue445
ed087d80d9 git grep -l "Storage::AWS" -- lib/ | xargs sed -i "" "s/Storage::AWS/AWS::Storage/g" 2018-09-17 23:04:55 +09:00
sue445
613cc24fde git grep -l "class AWS" -- lib/fog/aws/models/storage/ | xargs sed -i "" "s/class AWS/class Storage/g" 2018-09-17 23:04:55 +09:00
sue445
1013b696c6 git grep -l "module Storage" -- lib/fog/aws/models/storage/ | xargs sed -i "" "s/module Storage/module AWS/g" 2018-09-17 23:04:55 +09:00
Gleb Sinyavsky
7f9e4f0e50
Fronzen strings fix 2018-01-31 23:49:46 +03:00
Frederick Cheung
c8ad254832 allow specifying kms key id to use 2017-08-04 11:39:31 +01:00
Frederick Cheung
ed58cc3f47 Handle multipart upload of empty files 2017-05-17 17:38:17 +01:00
Dan Corboy
7097c0c443 Add check for self.etag before running gsub 2017-03-09 11:33:34 +11:00
nob.murakita
3e34632003 Add missing 'self' 2017-01-22 02:46:12 +09:00
Brett Cave
46a92c05b2
(Automatically) set multipart chunk size if the file is too big for a single PUT operation and mp was not set. 2016-07-30 07:53:46 +02:00
Brett Cave
0f5ff953ba
Raise an error (on the setter) if chunk size is too small - fixes #283 2016-07-30 07:33:47 +02:00
Brett Cave
ca995af100
Static method from storage class for https://github.com/fog/fog/issues/3899 2016-07-29 09:17:17 +02:00
Brett Cave
03d30de6d6
Skip multipart if body size is less than chunk. Fixes https://github.com/fog/fog/issues/3899 2016-07-29 09:05:06 +02:00
Esther Villars
f8e795d6d3 Replaces usage of Digest with OpenSSL::Digest for #261
The Digest class has some thread safety issues fixed in

aws/aws-sdk-ruby#529
aws/aws-sdk-ruby#525
ruby/ruby@c02fa39
2016-06-22 22:54:05 -07:00
James Muscat
90b5b5e3bf When not specified, region for a bucket should be DEFAULT_REGION. 2015-12-31 15:29:07 +00:00
Paulo Henrique Lopes Ribeiro
722bbdfa45 Remove unecessary requires 2015-04-06 11:23:35 -03:00
Wesley Beary
4baad70757 Merge pull request #78 from greysteil/clean-up-body-method
Remove assignment within conditional in File#body
2015-03-25 11:27:30 -05:00
Grey Baker
cbfb31abbc Remove assignment within conditional in File#body 2015-03-25 16:14:42 +00:00
Josh Lane
d1fa078da5 Merge pull request #50 from lautis/customer-encryption-headers
Support customer encryption headers in multipart uploads
2015-02-10 08:45:56 -08:00
Ville Lautanala
8fe5fd9433 Support customer encryption headers in multipart uploads 2015-02-07 17:49:26 +02:00
mrloop
2b677d4dbd Making it easier to get pre-signed head requests
Very similar to get_url. https://github.com/fog/fog-aws/issues/47
2015-02-07 12:57:19 +00:00
Josh Lane
dcfd354b8a working tests 2015-01-02 09:42:20 -08:00
Josh Lane
d48d376e9c initial import
* take the liberty of correcting Aws naming
2014-12-31 09:17:51 -08:00