filerS3Options.allowDeleteBucketNotEmpty=cmdFiler.Flag.Bool("s3.allowDeleteBucketNotEmpty",true,"allow recursive deleting all entries along with bucket")
filerS3Options.localSocket=cmdFiler.Flag.String("s3.localSocket","","default to /tmp/seaweedfs-s3-<port>.sock")
filerS3Options.tlsCACertificate=cmdFiler.Flag.String("s3.cacert.file","","path to the TLS CA certificate file")
filerS3Options.tlsVerifyClientCert=cmdFiler.Flag.Bool("s3.tlsVerifyClientCert",false,"whether to verify the client's certificate")
filerS3Options.tlsVerifyClientCert=cmdFiler.Flag.Bool("s3.tlsVerifyClientCert",false,"whether to verify the client's certificate (default false)")
filerS3Options.bindIp=cmdFiler.Flag.String("s3.ip.bind","","ip address to bind to. If empty, default to same as -ip.bind option.")
s3Options.tlsPrivateKey=cmdServer.Flag.String("s3.key.file","","path to the TLS private key file")
s3Options.tlsCertificate=cmdServer.Flag.String("s3.cert.file","","path to the TLS certificate file")
s3Options.tlsCACertificate=cmdServer.Flag.String("s3.cacert.file","","path to the TLS CA certificate file")
s3Options.tlsVerifyClientCert=cmdServer.Flag.Bool("s3.tlsVerifyClientCert",false,"whether to verify the client's certificate")
s3Options.tlsVerifyClientCert=cmdServer.Flag.Bool("s3.tlsVerifyClientCert",false,"whether to verify the client's certificate (default false)")
s3Options.config=cmdServer.Flag.String("s3.config","","path to the config file")
s3Options.iamConfig=cmdServer.Flag.String("s3.iam.config","","path to the advanced IAM config file for S3. Overrides -iam.config if both are provided.")
s3Options.auditLogConfig=cmdServer.Flag.String("s3.auditLogConfig","","path to the audit log config file")