clojars

http://clojars.org discussion and “support”, see http://status.clojars.org for status.
wilkerlucio 2020-10-10T09:22:24.038500Z

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 (<https://clojars.org/repo/>): Access denied to: <https://clojars.org/repo/com/wsscode/pathom/maven-metadata.xml>, ReasonPhrase: Forbidden - S3 request failed.
Failed to deploy metadata: Could not transfer metadata com.wsscode:pathom/maven-metadata.xml from/to clojars (<https://clojars.org/repo/>): Access denied to: <https://clojars.org/repo/com/wsscode/pathom/maven-metadata.xml>, ReasonPhrase: Forbidden - S3 request failed.

wilkerlucio 2020-10-10T09:24:04.038800Z

but when I try to deploy again, I get:

Could not transfer metadata com.wsscode:pathom/maven-metadata.xml from/to clojars (<https://clojars.org/repo/>): Access denied to: <https://clojars.org/repo/com/wsscode/pathom/maven-metadata.xml>, ReasonPhrase: Forbidden - redeploying non-snapshots is not allowed (see <https://git.io/v1IAs>).
Failed to deploy metadata: Could not transfer metadata com.wsscode:pathom/maven-metadata.xml from/to clojars (<https://clojars.org/repo/>): Access denied to: <https://clojars.org/repo/com/wsscode/pathom/maven-metadata.xml>, ReasonPhrase: Forbidden - redeploying non-snapshots is not allowed (see <https://git.io/v1IAs>).

wilkerlucio 2020-10-10T09:24:22.039200Z

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

2020-10-10T12:57:47.039300Z

Taking a look at this now

2020-10-10T13:04:03.039500Z

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?

wilkerlucio 2020-10-10T13:47:46.039700Z

worked now, thanks!

2020-10-10T13:55:58.039900Z

Great! My pleasure.