You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So Amazonica is a really slick library, particularly the bean-to-Clojure map mapping. I'm writing a s3sync utility that I hope will be more flexible/functional than the commonly used s3sync.rb. Being able to express things as Clojure maps makes things work really well, but user-metadata requires a workaround if you're updating metadata that you pulled from s3.
In particular, :user-metadata is a keyword -> String mapping when downloaded, but must be a String -> String mapping when uploaded.
So Amazonica is a really slick library, particularly the bean-to-Clojure map mapping. I'm writing a s3sync utility that I hope will be more flexible/functional than the commonly used s3sync.rb. Being able to express things as Clojure maps makes things work really well, but user-metadata requires a workaround if you're updating metadata that you pulled from s3.
In particular, :user-metadata is a keyword -> String mapping when downloaded, but must be a String -> String mapping when uploaded.
Example below
The text was updated successfully, but these errors were encountered: