rafcio19
|
7fad08214d
|
S3: add a checksum to a copied object if requested so (#6245)
|
2023-04-22 20:45:00 +00:00 |
|
Bert Blommers
|
a08174405f
|
S3: get_object() should not return VersionId for non-versioned buckets (#6240)
|
2023-04-21 10:57:39 +00:00 |
|
Bert Blommers
|
0e6d27bac0
|
S3: Allow Bucket Creation without specifying Content-Length header (#6190)
|
2023-04-09 10:05:43 +00:00 |
|
Bert Blommers
|
ba05cc9c81
|
S3: Allow DeleteMarker as appropriate (#6187)
|
2023-04-08 10:34:15 +00:00 |
|
Bert Blommers
|
d343981916
|
S3: head_object() now returns the AcceptRanges header (#6157)
|
2023-04-01 20:20:29 +00:00 |
|
Bert Blommers
|
ea96013957
|
S3: get_object() now returns the AcceptRanges header (#6121)
|
2023-03-24 10:55:56 -01:00 |
|
Bert Blommers
|
64abff588f
|
S3: head_bucket() now returns the region-header (#6107)
|
2023-03-23 09:13:51 -01:00 |
|
Bert Blommers
|
681db433fd
|
S3: select_object_content() (Experimental) (#6103)
|
2023-03-21 15:55:19 -01:00 |
|
Bert Blommers
|
c4c5cdd3e7
|
Techdebt: Explicitly add credentials to ThreadedMotoServer tests (#6081)
|
2023-03-17 12:05:05 -01:00 |
|
Bert Blommers
|
94100c116c
|
S3: get_object_attributes() (#6075)
|
2023-03-16 10:56:20 -01:00 |
|
Hans Donner
|
18ec0c5467
|
Techdebt: skip tests when docker is not running (#6026)
|
2023-03-12 15:54:50 -01:00 |
|
Viren Nadkarni
|
2c9c7a7a63
|
S3: Restored archived objects must be retrievable (#6043)
|
2023-03-09 21:00:17 -01:00 |
|
Bert Blommers
|
8b058d9177
|
S3: Improve Cors AllowedOrigin behaviour (#6007)
|
2023-03-03 21:40:55 -01:00 |
|
Bert Blommers
|
7816b191b8
|
Core: Reset data when mock stops (#5958)
|
2023-02-22 10:21:45 -01:00 |
|
Bert Blommers
|
d001f6a226
|
S3: Fix Signature calculation for requests that contain a querystring (#5949)
|
2023-02-20 19:48:59 -01:00 |
|
Bert Blommers
|
0b1333c66d
|
S3: Close more filehandles (#5939)
|
2023-02-17 23:02:26 -01:00 |
|
Bert Blommers
|
e019473dee
|
S3: Close file-handles of created known FakeKeys explicitly (#5934)
|
2023-02-16 09:52:01 -01:00 |
|
Bert Blommers
|
40a3a529f9
|
Core: Rework model_data to only clear on exit (#5920)
|
2023-02-12 16:58:30 -01:00 |
|
Viren Nadkarni
|
749a8572ba
|
IAM: Fix resource list matching (#5908)
|
2023-02-07 13:24:59 -01:00 |
|
Bert Blommers
|
ad016112fe
|
S3: Improve bucket policy enforcement (#5883)
|
2023-01-31 10:33:57 -01:00 |
|
Bert Blommers
|
50da0d0667
|
S3: Enable bucket logging (#5847)
|
2023-01-16 22:36:08 -01:00 |
|
Bert Blommers
|
27a2e42d9b
|
Admin: Update Docs to point to getmoto (#5826)
|
2023-01-07 10:35:14 -01:00 |
|
Viren Nadkarni
|
77cf4e3143
|
S3: Return checksum header only if set (#5765)
|
2022-12-14 10:06:35 -01:00 |
|
Bert Blommers
|
623be47c4d
|
S3:put_object(): Return ChecksumAlgorithm-attribute if supplied (#5735)
|
2022-12-06 22:03:28 -01:00 |
|
Bert Blommers
|
740f1f103e
|
S3: Allow keynames with spaces (#5701)
|
2022-11-22 22:41:02 -01:00 |
|
Bert Blommers
|
1a8ddc0f2b
|
Techdebt: Replace string-format with f-strings (for tests dirs) (#5678)
|
2022-11-17 21:41:08 -01:00 |
|
Lukáš Lalinský
|
fa77d22d72
|
S3: Fix IfModifiedSince handling in S3 get_object/head_object (#5673)
|
2022-11-16 20:12:48 -01:00 |
|
Brian Pandola
|
a49222fc15
|
Fix PytestRemovedIn8Warning Warnings
|
2022-10-27 19:46:47 -07:00 |
|
Bert Blommers
|
bd465b032b
|
S3: Ensure we can copy deleted keys (#5589)
|
2022-10-23 11:23:03 +00:00 |
|
Bert Blommers
|
6f710189ce
|
S3: Close filehandle of versioned keys (#5587)
|
2022-10-21 22:14:58 +00:00 |
|
Bert Blommers
|
3e60cdf3eb
|
Techdebt: Unpin werkzeug (#5569)
|
2022-10-17 19:06:59 +00:00 |
|
Bert Blommers
|
5f7f3e6e46
|
S3:list_object_versions(): Fix delimiter to take prefix into account (#5562)
|
2022-10-14 13:49:33 +00:00 |
|
Bert Blommers
|
67c688b187
|
S3: Close FileHandles on GC (#5556)
|
2022-10-12 21:08:01 +00:00 |
|
Bert Blommers
|
cf2ce3324a
|
S3: close FileHandles on reset (#5545)
|
2022-10-09 12:22:46 +00:00 |
|
Bert Blommers
|
c462688846
|
S3 - UploadFile with ChecksumAlgorithm changes body content (#5498)
|
2022-09-28 09:33:27 +00:00 |
|
Bert Blommers
|
5739db4701
|
S3:get_object() - Simple BucketPolicy validation (#5476)
|
2022-09-16 15:59:45 +00:00 |
|
Bert Blommers
|
53efd628c4
|
S3:head_object() now returns the PartsCount-header (#5438)
|
2022-08-31 18:34:56 +00:00 |
|
Bert Blommers
|
58a313d294
|
S3 - Fix a bug when requesting a presigned URL on an object without ACL (#5417)
|
2022-08-24 21:17:17 +00:00 |
|
Cristopher Pinzón
|
a14469dafe
|
S3: Support for ownership rule configuration (#5409)
|
2022-08-24 10:48:13 +00:00 |
|
Cristopher Pinzón
|
126ac1777a
|
S3: Store and return ServerSideEncryption and KMS Key Id for Multiparts (#5393)
|
2022-08-23 21:08:37 +00:00 |
|
Cristopher Pinzón
|
7affaf3e52
|
S3: Checksum headers added to response (#5392)
|
2022-08-23 19:48:19 +00:00 |
|
Bert Blommers
|
3d913f8f15
|
MultiAccount support (#5192)
|
2022-08-13 09:49:43 +00:00 |
|
Cristopher Pinzón
|
20a2218ddc
|
S3 - avoid encoding of / (#5261)
|
2022-06-24 22:55:20 +00:00 |
|
Bert Blommers
|
7d8c05ebee
|
S3 - Return tag-count as string (#5258)
|
2022-06-23 20:38:22 +00:00 |
|
Bert Blommers
|
adaa7623c5
|
S3 multiparts - support ACLs (#5255)
|
2022-06-23 09:56:21 +00:00 |
|
Cristopher Pinzón
|
a44a9df21d
|
S3 - fix encoding for prefix (#5239)
|
2022-06-17 10:21:06 +00:00 |
|
Bert Blommers
|
a2c2c06243
|
Techdebt - Align models-responses integration for all services (#5207)
|
2022-06-09 17:40:22 +00:00 |
|
Daniel Birnstiel
|
f282cb03f0
|
Add state transition for restoring objects from S3 glacier (#5202)
|
2022-06-09 09:41:57 +00:00 |
|
Cristopher Pinzón
|
34a98d2c20
|
S3 - key_name url encoding for listing (#5181)
|
2022-06-01 11:03:40 +00:00 |
|
Bert Blommers
|
957b3148e0
|
S3 - Return custom response when calling DeleteObjects without authentication (#5124)
|
2022-05-12 13:59:47 +00:00 |
|