Fork me on GitHub
#clojars
<
2020-10-10
>
wilkerlucio09:10:24

hello, I'm trying to deploy a library, but getting some S3 error:

Could not transfer metadata com.wsscode:pathom/maven-metadata.xml from/to clojars (): Access denied to: , ReasonPhrase: Forbidden - S3 request failed.
Failed to deploy metadata: Could not transfer metadata com.wsscode:pathom/maven-metadata.xml from/to clojars (): Access denied to: , ReasonPhrase: Forbidden - S3 request failed.

wilkerlucio09:10:04

but when I try to deploy again, I get:

Could not transfer metadata com.wsscode:pathom/maven-metadata.xml from/to clojars (): Access denied to: , ReasonPhrase: Forbidden - redeploying non-snapshots is not allowed (see ).
Failed to deploy metadata: Could not transfer metadata com.wsscode:pathom/maven-metadata.xml from/to clojars (): Access denied to: , ReasonPhrase: Forbidden - redeploying non-snapshots is not allowed (see ).

wilkerlucio09:10:22

seems like its saving, but something gets wrong in the end of the process

tcrawley12:10:47

Taking a look at this now

tcrawley13:10:03

It looks like a transient s3 error left things in an inconsistent state. I think I have fixed it - can you please try again and let me know if it works?

wilkerlucio13:10:46

worked now, thanks!

tcrawley13:10:58

Great! My pleasure.