Nugine
Nugine
+ [ ] impl Clone for DTOs? Related: + #24 + #48
### Discussed in https://github.com/Nugine/s3s/discussions/142 Originally posted by **seanses** March 30, 2024 In an experiment effort to build an S3-compatible service I found it unnecessary to restrict bucket names according to...
+ https://github.com/Nugine/s3s/pull/134#discussion_r1525874659 + https://github.com/Nugine/s3s/pull/136
https://github.com/Nugine/s3s/pull/134#discussion_r1512611399
Looking for a well-mantained test suite for S3 compatibility. + [minio/mint](https://github.com/minio/mint): specific to minio + [ceph/s3-tests](https://github.com/ceph/s3-tests): not well-mantained --- Adopted [minio/mint](https://github.com/minio/mint) for testing s3s-proxy. [./scripts/e2e-mint.sh](https://github.com/Nugine/s3s/blob/969076ca72a08b55fd3a4a93c8d9e871b0bd7c24/scripts/e2e-mint.sh) + [x] aws-sdk-go + [x]...
## Crates + #82 + #83 + #84 ## Features + #50 + #24 + #93 ## Tests + #4 + #44 + #68 + #85 + #86 ## Docs...
Replace string header types with parsed types. Question: + [ ] eager/lazy parsing? + [ ] break changes? Headers: + [ ] x-amz-copy-source-range + [ ] ...
+ [x] **All basic operations** + [x] **Signature V4** + [x] **Virtual-hosted‐style requests** + [ ] #5 + [x] #11 + [x] #14 + [x] #15 + [x] #30