ncw / swift

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

Update swift.go #184

Open junjiefly opened 7 months ago

junjiefly commented 7 months ago

targetUrlIn may be null in high concurrency situations [if token is expired, storageUrl will be empty, and targetUrlIn is null value], targetUrlOut will be a null value too, the func caller will get a invalid http url with error: unsupported protocol scheme.