ncw / swift

Go language interface to Swift / Openstack Object Storage / Rackspace cloud files (golang)
MIT License
310 stars 107 forks source link

Support for parsing json in ObjectNames() #182

Open yheonhochoi opened 1 year ago

yheonhochoi commented 1 year ago

fix https://github.com/ncw/swift/issues/181

It does not contain implementations for other types.

However, if a request is made with json format, the body of the received resp is parsed and the name list is returned.

yheonhochoi commented 1 year ago

@ncw

Can I get an update on this?

It's not a big change, but it's a necessary setting in my environment.

Any additional feedback is welcome and will be checked.