You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to extend AmazonS3InstallationService to provide a custom AwsCredentialsProvider.
This picks off where #1165 left off.
Same change will apply to AmazonS3OAuthStateService.
Proposed constructor:
public AmazonS3InstallationService(String bucketName,
AwsCredentialsProvider credentialsProvider,
String region,
String endpointUrl)
This accommodates a custom (i.e. spring) provider and allows for endpoint override to support DR scenarios and https:/localstack.cloud.
Category (place an x in each of the [ ])
bolt (Bolt for Java)
bolt-{sub modules} (Bolt for Java - optional modules)
slack-api-client (Slack API Clients)
slack-api-model (Slack API Data Models)
slack-api-*-kotlin-extension (Kotlin Extensions for Slack API Clients)
slack-app-backend (The primitive layer of Bolt for Java)
Requirements
Please make sure if this topic is specific to this SDK. For general questions/issues about Slack API platform or its server-side, could you submit questions at https://my.slack.com/help/requests/new instead. 🙇
I would like to extend AmazonS3InstallationService to provide a custom AwsCredentialsProvider.
This picks off where #1165 left off.
Same change will apply to AmazonS3OAuthStateService.
Proposed constructor:
This accommodates a custom (i.e. spring) provider and allows for endpoint override to support DR scenarios and https:/localstack.cloud.
Category (place an
x
in each of the[ ]
)Requirements
Please make sure if this topic is specific to this SDK. For general questions/issues about Slack API platform or its server-side, could you submit questions at https://my.slack.com/help/requests/new instead. 🙇
Please read the Contributing guidelines and Code of Conduct before creating this issue or pull request. By submitting, you agree to those rules.
The text was updated successfully, but these errors were encountered: