Skip to content

Commit

Permalink
Add application_credential params to Storage class (#538)
Browse files Browse the repository at this point in the history
* Swift supports application credentials: restic/restic#2156
* see also #533
  • Loading branch information
jochenehret authored Jun 12, 2024
1 parent 0785e48 commit eb680f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/fog/openstack/storage.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ class Storage < Fog::Service
:openstack_project_name, :openstack_project_id, :openstack_cache_ttl,
:openstack_project_domain, :openstack_user_domain, :openstack_domain_name,
:openstack_project_domain_id, :openstack_user_domain_id, :openstack_domain_id,
:openstack_identity_api_version, :openstack_temp_url_key
:openstack_identity_api_version, :openstack_temp_url_key,
:openstack_application_credential_id, :openstack_application_credential_secret

model_path 'fog/openstack/storage/models'
model :directory
Expand Down

0 comments on commit eb680f6

Please sign in to comment.