-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
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
Put task to an S3 bucket fails even though the actual upload succeeded #23
Comments
Hi there! We use Pivotal Tracker to provide visibility into what our team is working on. A story for this issue has been automatically created. The current status is as follows:
This comment, as well as the labels on the issue, will be automatically updated as the status in Tracker changes. |
One of Should probably find a better way of formatting that, and/or add validations to the resource itself so it tells you what went wrong. |
Thanks. Yeah, we ended up using |
+1 for validation. |
This seems to still be a problem when using regexp in the get as per example configuration here: Errors with:
While using in the resource get: It works with versioned_file - but seems you cant have * in that field |
I got the same error trying to store files with this in Minio. It doesn't support How is this supposed to be used? |
Have to correct myself: Minio has |
Hello I am using this template
The terraform init :
I get this error every time:
My S3 bucket has versioning enabled and the file in the bucket is "terraform.tfstate". How should I be using the regexp or versioned_file? I tried to use them but did not work out well. Thank you |
I want to get all the files from s3 bucket/folder, how to pass the regex to read all the files |
This describes an issue that we found a workaround for, but we felt still merited attention. We had a hard time figuring out how to upload screenshots to an S3 bucket; for a while, we were able to upload the file to the bucket, but then the task failed for reasons we don't entirely understand.
We had a task with the following configuration:
With this resource definition:
As far as we've been able to figure out from the documentation, this should work, and in fact the file is uploaded to Amazon, but the put step fails when it tries to pull the file back down. This is the error thrown:
While we fixed the immediate issue by switching to using a versioning file, we're still not sure why we were seeing this behavior in the first place. We had to get a member of the Concourse team to physically look at our set up in order to fix the issue. It's not clear to us how our configuration was different from the example in the documentation. An updated or more robust example, or an explanation of this error message, would have helped us diagnose and fix this problem on our own.
The text was updated successfully, but these errors were encountered: