Skip to content

Commit

Permalink
#0 - open a specific file
Browse files Browse the repository at this point in the history
  • Loading branch information
petmongrels committed Jun 19, 2024
1 parent 8ab2c57 commit aaa738c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion makefiles/prod.mk
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
open-user-media-prod:
open-user-media-base-prod:
ifndef orgMedia
@echo "Provde the orgMedia variable with org media prefix"
exit 1
endif
open "https://s3.console.aws.amazon.com/s3/buckets/prod-user-media?region=ap-south-1&prefix=$(orgMedia)/&showversions=false"

open-user-media-prod:
ifndef filePath
@echo "Provde the filePath variable"
exit 1
endif
open "https://ap-south-1.console.aws.amazon.com/s3/object/prod-user-media?region=ap-south-1&bucketType=general&prefix=$(filePath)"

open-bulk-uploads-error:
open "https://s3.console.aws.amazon.com/s3/buckets/prod-user-media?region=ap-south-1&prefix=bulkuploads/error/$(orgMedia)/"

Expand Down

0 comments on commit aaa738c

Please sign in to comment.