Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LOG-5184: modify publish.sh #126

Merged
merged 3 commits into from Aug 19, 2019
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

use --acl option, more readable

  • Loading branch information
MichalChomo committed Aug 19, 2019
commit 69a7ca7ccf4e1fc66cced2058c2a3381a816ac05
@@ -2,7 +2,7 @@
# For Loggly's internal use only. Requires keys to publish.

copy_to_aws() {
aws s3 cp "$1" s3://loggly-install/install/ --grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers
aws s3 cp "$1" s3://loggly-install/install/ --acl public-read
}

declare -a files=("Linux Script/configure-linux.sh"
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.