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

14 commits

Author SHA1 Message Date
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