Access the same bucket from two workloads
I am creating s3 bucket in teamcity pipeline using copilot below command copilot storage init -n abcbatchreceipt -t S3 -w ba1 -l workload copilot storage init -n abcbatchreceipt -t S3 -w ba2 -l workload
this create 2 different buckets , i want to use my ba1 and ba2 (both are jobs) should use same bucket , as these 2 jobs are reading and writing to the same bucket . i gave bucket name as abcbatchreceipt , and it is creating by below names.
abc-app-preproduction-dgi-a-abcbatchreceiptbucket-divcpjs1dlbm abc-app-preproduction-dgo-a-abcbatchreceiptbucket-8wxr7mrkfyct
how can i achieve the same as i tried removing -w , but it give some workload error . -w multiple time in single command is also not working
Hi @SyntelK! Sorry, I am not sure I fully understand 😞
Can you confirm whether you are looking to:
- Create just one S3 bucket, instead of two.
- Access that one bucket from two jobs.
Am I missing something from your requirements?
This issue is stale because it has been open 60 days with no response activity. Remove the stale label, add a comment, or this will be closed in 14 days.
This issue is closed due to inactivity. Feel free to reopen the issue if you have any further questions!