test: more PutBucketTagging tests, DeleteBucketTagging test

This commit is contained in:
Luke McCrone
2025-10-30 17:01:28 -03:00
parent 8a733b8cbf
commit 1c488422bc
33 changed files with 797 additions and 355 deletions
@@ -0,0 +1,6 @@
package command
type S3CommandConverter interface {
CurlShellCommand() (string, error)
OpenSSLCommand() error
}