Skip to content

Commit

Permalink
Change vcap
Browse files Browse the repository at this point in the history
  • Loading branch information
asteel-gsa committed May 28, 2024
1 parent c514253 commit a4da146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/s3_to_db.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ var S3toDBCmd = &cobra.Command{
case "STAGING":
fallthrough
case "PRODUCTION":
bucket_creds, err := vcap.VCS.GetCredentials("aws-rds", path_struct.Bucket)
bucket_creds, err := vcap.VCS.GetCredentials("s3", path_struct.Bucket)
if err != nil {
logging.Logger.Printf("S3toDB could not get s3 credentials")
os.Exit(logging.COULD_NOT_FIND_CREDENTIALS)
Expand Down

0 comments on commit a4da146

Please sign in to comment.