Skip to content
This repository has been archived by the owner on Oct 15, 2021. It is now read-only.

features: Add all config that s3 sdk supports #51

Closed
1 of 14 tasks
Xuanwo opened this issue Apr 8, 2021 · 1 comment
Closed
1 of 14 tasks

features: Add all config that s3 sdk supports #51

Xuanwo opened this issue Apr 8, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@Xuanwo
Copy link
Collaborator

Xuanwo commented Apr 8, 2021

https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config

Client Related

  • S3ForcePathStyle
  • S3Disable100Continue
  • S3UseAccelerate
  • S3DisableContentMD5Validation
  • S3UseARNRegion

API Related

https://docs.aws.amazon.com/sdk-for-go/api/service/s3/#PutObjectInput

  • BucketKeyEnabled
  • ExpectedBucketOwner
  • SSECustomerAlgorithm
  • SSECustomerKey
  • SSECustomerKeyMD5
  • SSEKMSKeyId
  • ServerSideEncryption
  • StorageClass

Docs

  • Update docs
@Xuanwo
Copy link
Collaborator Author

Xuanwo commented Apr 23, 2021

Fixed by #63

@Xuanwo Xuanwo closed this as completed Apr 23, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants