constellation/s3proxy/cmd
Otto Bittner c603b547db
s3proxy: add allow-multipart flag (#2420)
This flag allows users to control wether multipart uploads
are blocked or allowed. At the moment s3proxy doesn't
encrypt multipart uploads, so there is a potential for
inadvertent data leakage. With this flag the default
behavior is changed to a more secure default one: block
multipart uploads. The previous behavior can be enabled
by setting allow-multipart.
2023-10-09 15:18:12 +02:00
..
BUILD.bazel s3proxy: add intial implementation 2023-10-06 11:23:32 +02:00
main.go s3proxy: add allow-multipart flag (#2420) 2023-10-09 15:18:12 +02:00