-
Add ability to control CORS Headers (resolves #130)
The issue only required modifying the Allowed-Headers, but it seemed strange to add the ability to control that one without being able to control the others - Current behavior without added flags is unnaffected - No existing assertions are changed - Added assertions to demonstrate control of CORS Headers
-
Remove Right AWS Commands Test
jubos committedDec 18, 2017 This library has long since been deprecated, and this will remove a bunch of spurious warnings in the test output.
-
Re-add aws_sdk_commands_test to the test set
jubos committedDec 18, 2017
-
Clean rake test command by supressing the gem warnings
jubos committedOct 27, 2017 -
Remove Gemfile.lock so bundle always uses the head libs
jubos committedOct 27, 2017 -
Fixes for python3 botocmd tests
jubos committedOct 27, 2017
-
Fixed bug where GET response Content-Disposition would always get ove…
…rwritten with "attachment" (#211)
-
-
* add delete objects * add delete objects * add delete objects * Update gitignore
-
pickhardt committed
May 13, 2017 -
-
pickhardt committed
Apr 30, 2017 -
pickhardt committed
Apr 30, 2017 -
pickhardt committed
Apr 30, 2017 -
pickhardt committed
Apr 30, 2017 -
Change redirect code from 307 to 303 (#192)
* Change redirect code from 307 to 303 This matches the behavior of the real S3. The difference between 303 and 307 is significant. The HTTP 1.1 standard says that a 307 indicates the request should be repeated using the same method and post data, whereas a 303 always indicates a GET request. This causes a bug when success_action_redirect is specified: a POST to Fake S3 will subsequently POST to success_action_redirect instead of GET as expected. * Append object params to success_action_redirect S3 appends these params so that the success page can reference the newly uploaded object. This is required to make tools like Shrine work.
-
pickhardt committed
Feb 8, 2017 -
Add test for speed of large files and Chinese characters
pickhardt committedFeb 8, 2017
-
pickhardt committed
Jan 28, 2017
-
Strip leading quotes for multipart uploads
pickhardt committedJan 26, 2017 -
pickhardt committed
Jan 26, 2017 -
Removed Ruby Forge line from gemspec since Ruby Forge doesn't exist a…
pickhardt committedJan 26, 2017 …ny longer
-
Readded posttest.localhost in post_test.rb
pickhardt committedJan 26, 2017 -
pickhardt committed
Jan 26, 2017
-
Fix warning: ambiguous first argument by adding parentheses
pickhardt committedJan 17, 2017 -
Rename SHUCK_METADATA_DIR to FAKE_S#_METADATA_DIR
pickhardt committedJan 17, 2017
-
Formatting and changes to content-encoding test
pickhardt committedJan 15, 2017 -
pickhardt committed
Jan 15, 2017