Nugine / s3s

S3 Service Adapter
Apache License 2.0
132 stars 33 forks source link

Remove bucket nameing rules restriction? #143

Open Nugine opened 5 months ago

Nugine commented 5 months ago

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://docs.aws.amazon.com/AmazonS3/latest/userguide/bucketnamingrules.html. Does it make sense to add a quick path to disable [`check_bucket_name`](https://github.com/Nugine/s3s/blob/64cfef9d4d503ccab1f244ac4e672f009e71b50c/crates/s3s/src/path.rs#L112)?