-
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 #98
Comments
@jyriok Hello. VersionId seems to be included in the metadata although it is not related to the pipeline's yml. Could you please check resource screen (http:///teams//pipelines//resources/AF-storage) after put? |
@jyriok Sorry for the late reply.
It also reproduced in my environment. There is something I want you to try. $ aws s3api list-object-versions --bucket <your bucket> --endpoint-url <your strage url> If cli response If you are concerned about error, I think It seems that VersionID will be checked only when using |
@cappyzawa "Sorry for the late reply." so , i try your cmd :
and :
seem works :s |
@jyriok I can not confirm any more in my environment. Does anyone know about this problem? I think it strange that VersionID is judged to be empty... |
We are seeing this error as well and have not been able to find a solution. The S3-compatible service we are running against is Digital Ocean Spaces. |
if i go on the S3 resource task container, i can test to upload file to S3 and try to debug it. But do you have some sample s3 upload go script for done this or do i need to make my own with this libs based on this |
Is this a duplicate of #23 ? |
@marco-m we believe that issue is more related to not having enough docs to specify one of One thing we noticed on another case involving the Ceph object store is that they weren't fully "s3-compatible"
So we've confirmed that without the |
One possible workaround is that instead of using the Lines 81 to 89 in 8474109
|
we were able to fix this in S3 by enabling versioning on the bucket. it was disabled when we were getting this error. to enable this, go into your bucket in S3 and click the |
Hello,
i use S3 compatible storage versioned for store my bbr backup.
so i use this :
and job :
and when my pipeline is done and concourse push the file on S3, i've this error message :
3.48 MB / 3.48 MB [=====================================] 100.00 % 16.59 MB/s 0serror running command: object versioning not enabled
but my file is rightly stored and versioned on my bucket !
what's i'm doing wrong ? :o
thanks !
The text was updated successfully, but these errors were encountered: