Chris Lu 3 years ago
parent
commit
507411bdf0
  1. 3
      weed/remote_storage/s3/s3_storage_client.go

3
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),
})

Loading…
Cancel
Save