diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-08-15 19:16:00 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-08-15 19:16:00 -0700 |
| commit | 507411bdf04486d229934db70642d0adb96ca89d (patch) | |
| tree | 18facbcd398e198f65bc56fde5867b9623e4eeb1 | |
| parent | c3ffd457efd119668df288d3c262d2fef1de7f6a (diff) | |
| download | seaweedfs-507411bdf04486d229934db70642d0adb96ca89d.tar.xz seaweedfs-507411bdf04486d229934db70642d0adb96ca89d.zip | |
fix https://github.com/chrislusf/seaweedfs/issues/2260
fix https://github.com/chrislusf/seaweedfs/issues/2260
| -rw-r--r-- | weed/remote_storage/s3/s3_storage_client.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/weed/remote_storage/s3/s3_storage_client.go b/weed/remote_storage/s3/s3_storage_client.go index 7c4d895ec..50b58b6ca 100644 --- a/weed/remote_storage/s3/s3_storage_client.go +++ b/weed/remote_storage/s3/s3_storage_client.go @@ -145,9 +145,6 @@ func (s *s3RemoteStorageClient) WriteFile(loc *filer_pb.RemoteStorageLocation, e Bucket: aws.String(loc.Bucket), Key: aws.String(loc.Path[1:]), Body: reader, - ACL: aws.String("private"), - ServerSideEncryption: aws.String("AES256"), - StorageClass: aws.String("STANDARD_IA"), Tagging: aws.String(tags), }) |
