Skip to content

Commit

Permalink
Merge pull request #126 from RachelTucker/5_6_api
Browse files Browse the repository at this point in the history
Generated 5.6.0 BP API
  • Loading branch information
lesserwhirls authored Oct 26, 2022
2 parents ebdff90 + c5484f3 commit b23799e
Show file tree
Hide file tree
Showing 6 changed files with 2,443 additions and 2,052 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: go

go:
- 1.10.x
- master
- 1.19.x

go_import_path: github.com/SpectraLogic/ds3_go_sdk

Expand Down
1 change: 1 addition & 0 deletions ds3/ds3Posts.go
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@ func (client *Client) PutBucketSpectraS3(request *models.PutBucketSpectraS3Reque
WithQueryParam("name", request.Name).
WithOptionalQueryParam("data_policy_id", request.DataPolicyId).
WithOptionalQueryParam("id", request.Id).
WithOptionalQueryParam("protected", networking.BoolPtrToStrPtr(request.Protected)).
WithOptionalQueryParam("user_id", request.UserId).
Build(client.connectionInfo)

Expand Down
Loading

0 comments on commit b23799e

Please sign in to comment.