0

I need only a swift object storage. Nothing more. All tutorials I have found use keystone when they install the swift storage. If I understood correctly keystone uses controller nodes. I ask this question because I have read that swift object storage can be installed independently. Please share any information how to install swift independently from other services. Thank you in advance

Martin R
  • 529,903
  • 94
  • 1,240
  • 1,382
Oleksandr
  • 3,574
  • 8
  • 41
  • 78

1 Answers1

1

Swift includes a TempAuth authentication mechanism that does not require Keystone. It is often used for doing Swift development work. The documentation includes an example of how to set this up:

larsks
  • 277,717
  • 41
  • 399
  • 399