-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
S3: Pass server-side encryption option to minio.StatObject call (#142)
* Pass server-side encryption option to minio.StatObject call Signed-off-by: Jens Hausherr <[email protected]> * Add CHANGELOG entry Signed-off-by: Jens Hausherr <[email protected]> * Add end-to-end test for SSE-C encryption Signed-off-by: Jens Hausherr <[email protected]> * Use const access key/ secret key defined for minio Signed-off-by: Jens Hausherr <[email protected]> * Remove duplicate upload Signed-off-by: Jens Hausherr <[email protected]> * Added required parameter to s3.NewBucketWithConfig() Signed-off-by: Jens Hausherr <[email protected]> --------- Signed-off-by: Jens Hausherr <[email protected]>
- Loading branch information
Showing
4 changed files
with
77 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
suchSecretVeryCryptographicKeyZ |