Hi,

Quoth nonnikcm:
> i am struggling with using the s3manager to create files on S3. the file names
> need to be in the following format "set=2012-04-3", containing an "=".
> uploading with out the "=" works perfectly...

It would probably be worth submitting a bug to the AWS SDK for Go 
issue tracker; if it is a bug, they're the ones to fix it.
https://github.com/aws/aws-sdk-go/issues

That said, Jesper's guess sounds about right. If you can try to find 
the exact S3 request that is sent from your old PHP code, and 
compare it to what gets sent with the new code - maybe the '=' was 
escaped in some manner.

Nick

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/YHlHdVawxAJgsg1c%40hammerhead.lan.

Reply via email to