osm icon indicating copy to clipboard operation
osm copied to clipboard

🚚 ☁️ Object Store Manipulator - curl for cloud storage

Results 13 osm issues
Sort by recently updated
recently updated
newest added

I'd like to see these commands implemented. cp, cat, and mv are self explanatory. share would generate a temporary URL.

Would it be possible to get a documented example usage of this for OpenStack Swift?

In S3 for some organisations, some buckets are configured to require SSE encryption. Supporting an encryption flag would be beneficial!

**Problem:** I have a Minio server running on `https://192.168.99.100:32733`. It has a file `deployment.yaml` in bucket named `external-bucket`. When I run `osm stat` command to view the file statistics, it...

Hi, thank you for this library, it came in handy. Is it ppossible to add the ability to change file permission from private to public when uploading? I am only...

https://cloud.google.com/storage/docs/gsutil/commands/mv

- [ ] Make a file public - [ ] Make private https://cloud.google.com/storage/docs/gsutil/commands/acl

When ServiceAccount json in `osm` config is in wrong format, it gives panic. ``` /go/src/github.com/k8sdb/elasticsearch/vendor/k8s.io/apimachinery/pkg/util/runtime/runtime.go:72 /go/src/github.com/k8sdb/elasticsearch/vendor/k8s.io/apimachinery/pkg/util/runtime/runtime.go:65 /go/src/github.com/k8sdb/elasticsearch/vendor/k8s.io/apimachinery/pkg/util/runtime/runtime.go:51 /usr/local/go/src/runtime/asm_amd64.s:509 /usr/local/go/src/runtime/panic.go:491 /usr/local/go/src/runtime/panic.go:63 /usr/local/go/src/runtime/signal_unix.go:367 /go/src/github.com/k8sdb/elasticsearch/vendor/golang.org/x/oauth2/jwt/jwt.go:89 :1 /go/src/github.com/k8sdb/elasticsearch/vendor/golang.org/x/oauth2/oauth2.go:263 /go/src/github.com/k8sdb/elasticsearch/vendor/golang.org/x/oauth2/transport.go:40 /usr/local/go/src/net/http/client.go:249 /usr/local/go/src/net/http/client.go:173 /usr/local/go/src/net/http/client.go:602 /go/src/github.com/k8sdb/elasticsearch/vendor/google.golang.org/api/gensupport/send.go:42 /go/src/github.com/k8sdb/elasticsearch/vendor/google.golang.org/api/storage/v1/storage-gen.go:2954...

bug