Skip to content

Sample scripts to test and verify different object storage implementations using plain [curl]

License

Notifications You must be signed in to change notification settings

IBM/object-storage-verification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Object Storage Verification

Sample scripts to test and verify different object storage implementations using plain curl.

OpenStack Object Storage (Swift)

Mandatory variables:

export SWIFT_IP=1.2.3.4
export SWIFT_USER=myuser
export SWIFT_PASSWORD=mypassword
export SWIFT_PROJECT=myproject
./swiftcurl.sh

Optional variables:

export SWIFT_PROTOCOL=http
export SWIFT_AUTH_PORT=5000
export SWIFT_STORAGE_PORT=8080
export SWIFT_CONTAINER=swiftcurl_test
export SWIFT_POLICY=policy-0
./swiftcurl.sh

Reference documentation:

S3

Reference documentation:

Copyright & License

Copyright IBM Corporation 2023, released under the terms of the Apache License 2.0.

About

Sample scripts to test and verify different object storage implementations using plain [curl]

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages