- 03 Sep, 2018 1 commit
-
-
Denis Laxalde authored
-
- 04 Sep, 2018 1 commit
-
-
Denis Laxalde authored
Otherwise, reading the Binary object with .read() (not .getvalue()) returns nothing since the stream is positioned at the end. Accordingly, use .read() method in test.
-
- 31 Aug, 2018 1 commit
-
-
Denis Laxalde authored
Version 3.24.9 previously used does not exist and 3.24.7 is the latest one available at the moment.
-
- 03 Sep, 2018 1 commit
-
-
Denis Laxalde authored
This is the API I'm used to and it makes some operations simpler. Also notice that we now use a fake region name ("somewhere"), this should at least avoid doing real requests whereas using "eu-west-1" might have side effects if the user has boto credentials and moto's mocks fail.
-
- 28 Aug, 2018 1 commit
-
-
Denis Laxalde authored
See https://github.com/spulec/moto/issues/1793 for details.
-
- 10 Jul, 2018 1 commit
-
-
David Douard authored
no need for complicated code for parallel file upload.
-
- 20 Jun, 2018 9 commits
-
-
David Douard authored
-
David Douard authored
-
David Douard authored
so it can be used by other test classes without having to use test class heritage.
-
David Douard authored
-
David Douard authored
S3 object deletion can be disabled via a 's3-auto-delete' config option.
-
David Douard authored
-
David Douard authored
This implementation provides an S3Storage that can be used to store entities attributes in an Amazon S3 storage. It comes with an STKEY rql function to be able to retrieve the S3 object key for the entity attribute (similar to BFSS's FSPATH rql function). S3 connection configurations are attached to the S3Storage instance, like: s3_storage = S3Storage(s3_bucket) storages.set_attribute_storage(repo, 'File', 'data', s3_storage)
-
David Douard authored
-
David Douard authored
-
- 12 Jun, 2018 1 commit
-
-
David Douard authored
-