We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steps to reproduce:
How it should work: If bucket name passed in s3.bucket doesn't exist in AWS S3 then it must be created.
s3.bucket
Where to fix:
misc-addons/ir_attachment_s3/models/res_config_settings.py
Lines 45 to 52 in fa47493
the bucket variable is True even if there is no buckets in S3.
bucket
True
Might help: https://stackoverflow.com/questions/26871884/how-can-i-easily-determine-if-a-boto-3-s3-bucket-resource-exists
It was mentioned here
The text was updated successfully, but these errors were encountered:
I also thought that it would be nice to do something like a check for the uniqueness of the bucket name in case when bucket haven't created in S3 yet.
Sorry, something went wrong.
No branches or pull requests
Steps to reproduce:
How it should work:
If bucket name passed in
s3.bucket
doesn't exist in AWS S3 then it must be created.Where to fix:
misc-addons/ir_attachment_s3/models/res_config_settings.py
Lines 45 to 52 in fa47493
the
bucket
variable isTrue
even if there is no buckets in S3.Might help:
https://stackoverflow.com/questions/26871884/how-can-i-easily-determine-if-a-boto-3-s3-bucket-resource-exists
It was mentioned here
The text was updated successfully, but these errors were encountered: