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