Skip to content

Commit

Permalink
fixing code sample for config not to include ''
Browse files Browse the repository at this point in the history
  • Loading branch information
Milstein committed Aug 22, 2023
1 parent 4740613 commit 36cb02c
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -491,8 +491,8 @@ storage service:
use_https = True

# Setup access keys
access_key = 'YOUR_EC2_ACCESS_KEY_FROM_ec2rc_FILE'
secret_key = 'YOUR_EC2_SECRET_KEY_FROM_ec2rc_FILE', #pragma: allowlist secret
access_key = <YOUR_EC2_ACCESS_KEY_FROM_ec2rc_FILE>
secret_key = <YOUR_EC2_SECRET_KEY_FROM_ec2rc_FILE>

# Enable S3 v4 signature APIs
signature_v2 = False
Expand Down Expand Up @@ -657,8 +657,8 @@ Edit the config file's content on the path location described by
provider = Other
endpoint = https://stack.nerc.mghpcc.org:13808
acl = public-read
access_key_id = 'YOUR_EC2_ACCESS_KEY_FROM_ec2rc_FILE'
secret_access_key = 'YOUR_EC2_SECRET_KEY_FROM_ec2rc_FILE', #pragma: allowlist secret
access_key_id = <YOUR_EC2_ACCESS_KEY_FROM_ec2rc_FILE>
secret_access_key = <YOUR_EC2_SECRET_KEY_FROM_ec2rc_FILE>
location_constraint =
server_side_encryption =

Expand Down

0 comments on commit 36cb02c

Please sign in to comment.