Skip to content

Commit

Permalink
add PREVIEW
Browse files Browse the repository at this point in the history
  • Loading branch information
asteel-gsa committed Apr 30, 2024
1 parent 396acb6 commit c5ab8e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ func getBucketCredentials(s3path *structs.S3Path) vcap.Credentials {
fallthrough
case "STAGING":
fallthrough
case "PREVIEW":
fallthrough
case "PRODUCTION":
bucket_creds, err := vcap.VCS.GetCredentials("s3", s3path.Bucket)
if err != nil {
Expand Down

0 comments on commit c5ab8e8

Please sign in to comment.