-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Access to public S3 buckets without credentials (#287)
* Implement aws anonymous mode * Pk fix * Fix external refs * Unit test * Documentation about public bucket access * Release date * Scala formating * Fix changes file * Typo Co-authored-by: Christoph Pirkl <[email protected]> * Update doc/user_guide/user_guide.md Co-authored-by: Christoph Pirkl <[email protected]> --------- Co-authored-by: Christoph Pirkl <[email protected]>
- Loading branch information
1 parent
8f45444
commit 5c222f9
Showing
7 changed files
with
54 additions
and
19 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,11 @@ | ||
# Cloud Storage Extension 2.7.8, released 2023-11-10 | ||
|
||
Code name: Access to public S3 buckets without credentials | ||
|
||
## Summary | ||
|
||
Implemented an option to access public S3 buckets without credentials. | ||
|
||
## Features | ||
|
||
* #283: Support publicly available S3 buckets without credentials |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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