Sometimes S3 Bucket doesn't get created #616
Labels
bug
Existing functionality isn't behaving as expected
developer advocacy
Developer Advocacy related tasks
to refine
Issues needing refinement.
Steps to reproduce:
composer server start
https://s3-console-$project.altis.dev/buckets
, login withadmin
password
This looks like a race condition between the
s3
ands3-sync
service.s3-sync
creates the bucket and sets the permissions. I think if minino isn't up and running set themc mb -p
request fires too early. Subsequently, if I do wait for minio to start and then manually runmc mb -p local/s3-$project && mc policy set public local/$project
and then I see:And then I run it again and it works, so there seems to need to be more time between the
make bucket
request and the ACL public request.The text was updated successfully, but these errors were encountered: