clojars 2020-10-10

@eugen.stan has joined the channel

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.

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 ).

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

Taking a look at this now

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?

worked now, thanks!

Great! My pleasure.