We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Was wanting to utilize the s3store package to handle the storage for certmagic but noticed the S3Store does not match the certmagic Storage interface
The text was updated successfully, but these errors were encountered:
// Unlock releases the lock for name. func (s *S3Store) Unlock(ctx context.Context, key string) error { return s.deleteLockFile(s.lockFileName(key)) }
Sorry, something went wrong.
It does appear to also be all methods in the Storage interface take in a context so it isn't just the Unlock method
No branches or pull requests
Was wanting to utilize the s3store package to handle the storage for certmagic but noticed the S3Store does not match the certmagic Storage interface
The text was updated successfully, but these errors were encountered: