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
Hi,
I'd like to have the ability to upload to s3 bucket path/filename WITHOUT versioning the file.
So if the file already exists it is just overwritten (on a bucket without versioning enabled)
The text was updated successfully, but these errors were encountered:
This won't be done because it's counter to the very notion of what makes this a resource type. 🙂
More context here: #133
If you just need to upload something to S3 and don't care at all about versioning, I would suggest just doing it in a task for now.
Thanks!
Sorry, something went wrong.
No branches or pull requests
Hi,
I'd like to have the ability to upload to s3 bucket path/filename WITHOUT versioning the file.
So if the file already exists it is just overwritten (on a bucket without versioning enabled)
The text was updated successfully, but these errors were encountered: