thanks to both of you for your response! I was indeed able to solve the problem, by going back to one of Jasper's suggestions. the bucket needed to be a single value, not a path. the item then contained the full sub-path even with the "=".
hopefully this saves someone else. thanks again! On Friday, April 16, 2021 at 10:15:31 AM UTC+2 Nick White wrote: > 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/d8aa02be-dbae-43f1-b94e-d39b5ab2fc89n%40googlegroups.com.