split returns bucket and bucketPath from the object
()
| 511 | |
| 512 | // split returns bucket and bucketPath from the object |
| 513 | func (o *Object) split() (bucket, bucketPath string) { |
| 514 | return o.fs.split(o.remote) |
| 515 | } |
| 516 | |
| 517 | func getServiceAccountClient(ctx context.Context, credentialsData []byte) (*http.Client, error) { |
| 518 | conf, err := google.JWTConfigFromJSON(credentialsData, storageConfig.Scopes...) |
no test coverage detected